Skip to content

Commit e40faed

Browse files
committed
spelling: variables
Signed-off-by: Josh Soref <[email protected]>
1 parent a81400b commit e40faed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ rsync /data/user/db remote:/data/user/db
165165
---
166166
##### Use lowercase and uppercase variable names
167167

168-
Use lowercase variables for locals and internal veriables, and uppercase for variables inherited or exported via the environment
168+
Use lowercase variables for locals and internal variables, and uppercase for variables inherited or exported via the environment
169169

170170
```bash
171171
#!/usr/bin/env bash

0 commit comments

Comments
 (0)