From 2dcfc7c574c6324554b1f3c7334a478efed62c7d Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Tue, 16 Jun 2020 22:17:13 +0200 Subject: [PATCH] Stylistic fixes --- .github/workflows/create-block.yml | 2 -- bin/test-create-block.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create-block.yml b/.github/workflows/create-block.yml index 5ca64c5e7ed91b..fc9f51e5b20b85 100644 --- a/.github/workflows/create-block.yml +++ b/.github/workflows/create-block.yml @@ -1,5 +1,3 @@ - - name: Create Block on: diff --git a/bin/test-create-block.sh b/bin/test-create-block.sh index 5294db1bfe3a28..5d0b83b0b0b466 100755 --- a/bin/test-create-block.sh +++ b/bin/test-create-block.sh @@ -1,7 +1,7 @@ #!/bin/bash # This script validates whether `npm init @wordpress/block` works properly -# with the latest changes applied to the `master` branch. It purpousfuly +# with the latest changes applied to the `master` branch. It purposefully # avoids installing `@wordpress/scripts` package from npm when scaffolding # a test block and uses the local package by executing everything from the # root of the project.