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