Skip to content

Commit 3300edd

Browse files
committed
Fix typo.
1 parent 48bbae6 commit 3300edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo 'https://docs.npmjs.com/cli/install, the "--save-dev" flag causes the'
77
echo '"cross-env" dependency to be installed as "devDependencies". For the'
88
echo 'purposes of this tutorial, this flag is not important. However, when'
99
echo 'installing this dependency, it would typically be done so using this'
10-
echo 'flag. For a comprehensive exaplanation about "devDependencies", see'
10+
echo 'flag. For a comprehensive explanation about "devDependencies", see'
1111
echo 'https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies.'
1212
set -x
1313
# npm install --save-dev cross-env

0 commit comments

Comments
 (0)