Skip to content

Commit e46ff12

Browse files
authored
Fixed typos in scripts.md (#2015)
## Summary ## How was it tested? Signed-off-by: Tim Nelson <[email protected]>
1 parent 6c96009 commit e46ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/guides/scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ devbox run --env-file .env.devbox echo $MY_VAR
8181

8282
## Tips on using Scripts
8383

84-
1. Since `init_hook` runs everytime you start your shell, you should use primarily use it for setting environment variables and aliases. For longer running tasks like database setup, you can create and run a Devbox script
84+
1. Since `init_hook` runs every time you start your shell, you should primarily use it for setting environment variables and aliases. For longer running tasks like database setup, you can create and run a Devbox script
8585
2. You can use Devbox scripts to start and manage long running background processes and daemons.
8686
1. For example -- If you are working on a LAMP stack project, you can use scripts to start MySQL and Apache in separate shells and monitor their logs. Once you are done developing, you can use CTRL-C to exit the processes and shells
8787
3. If a script feels too long to put it directly in `devbox.json`, you can save it as a shell script in your project, and then invoke it in your `devbox scripts`.

0 commit comments

Comments
 (0)