Skip to content

Commit 3a3ee25

Browse files
committed
🐭 Template: fix typos in developer docs
1 parent d57ce88 commit 3a3ee25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Žtemplate/docs/developer.md.jinjaā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Hatch
44

55
We use [Hatch](https://hatch.pypa.io/latest) to set up environments and scripts for most developer tasks.
6-
To see a table of the available environmens and their scripts, run:
6+
To see a table of the available environments and their scripts, run:
77

88
hatch env show
99

@@ -32,7 +32,7 @@ You can install the [pre-commit](https://pre-commit.com/) hooks with:
3232

3333
Or run them via:
3434

35-
hatch run precommit:install
35+
hatch run precommit:run
3636

3737
From the extensive [Ruff ruleset](https://docs.astral.sh/ruff/rules/) that Hatch uses, we ignore the following globally:
3838

0 commit comments

Comments
Ā (0)