Skip to content

Commit fab2a1d

Browse files
committed
fix spelling
1 parent 6ac86eb commit fab2a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export PATH=$xdgbase/bin:$PATH
8181

8282
The `~/.bashrc` in your home directory is executed __every time__ you log in, and there is no way to log in without executing it.
8383

84-
It is strongly recommended that customisation in `~/.bashrc` should be kept to the bare minimum:
84+
It is strongly recommended that customization in `~/.bashrc` should be kept to the bare minimum:
8585

8686
1. It sets a fixed set of environment options every time you log in, and all downstream scripts and Slurm batch jobs might assume that these commands have run, so that later modifications to `~/.bashrc` can break workflows in ways that are difficult to debug.
8787
* If a script or batch job requires environment modifications, implement them there.

0 commit comments

Comments
 (0)