From 431271e8ef06c6f871c07b70812b2bbb50490766 Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Wed, 19 Aug 2015 14:29:06 +0300 Subject: [PATCH] Fix typo in prepublish --- resources/prepublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/prepublish.sh b/resources/prepublish.sh index 1482904eee..4cd2fdebbc 100644 --- a/resources/prepublish.sh +++ b/resources/prepublish.sh @@ -6,7 +6,7 @@ if node -e "process.exit(($npm_config_argv).original[0].indexOf('pu') === 0)"; t fi # Publishing to NPM is currently supported by Travis CI, which ensures that all -# tests pass first and the deployed module contains the correct file struture. +# tests pass first and the deployed module contains the correct file structure. # In order to prevent inadvertently circumventing this, we ensure that a CI # environment exists before continuing. if [ "$CI" != true ]; then