Skip to content

Commit 9e9104f

Browse files
authored
fixing typo
1 parent 29940fb commit 9e9104f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ class Offline {
8989
shortcut: 't',
9090
},
9191
noEnvironment: {
92-
usage: 'Turns of loading of your environment variables from serverless.yml. Allows the usage of tools such as PM2 or docker-compose.',
92+
usage: 'Turns off loading of your environment variables from serverless.yml. Allows the usage of tools such as PM2 or docker-compose.',
9393
},
9494
dontPrintOutput: {
95-
usage: 'Turns of logging of your lambda outputs in the terminal.',
95+
usage: 'Turns off logging of your lambda outputs in the terminal.',
9696
},
9797
corsAllowOrigin: {
9898
usage: 'Used to build the Access-Control-Allow-Origin header for CORS support.',

0 commit comments

Comments
 (0)