Skip to content

Commit fe86510

Browse files
committed
fix: more binary renames
1 parent c4ea832 commit fe86510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/07-code-hygiene.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ file, defined in the project root. Otherwise, it will use the default style.
3535

3636
## Git Hooks
3737

38-
We recommend setting up a Git hook to run `lux check` and `lux fmt` before
38+
We recommend setting up a Git hook to run `lx check` and `lx fmt` before
3939
each commit to ensure that you never forget to lint and format your code.
4040

4141
To set up a Git hook, create a file called `.git/hooks/pre-commit` in your
@@ -54,4 +54,4 @@ Make sure to make the file executable:
5454
chmod +x .git/hooks/pre-commit
5555
```
5656

57-
Now, every time you commit changes to your project, `lux check` and `lux fmt` will run automatically!
57+
Now, every time you commit changes to your project, `lx check` and `lx fmt` will run automatically!

0 commit comments

Comments
 (0)