Skip to content

Commit 0df2bb0

Browse files
committed
docs(pyproject.toml): fix typo
1 parent 68e6e33 commit 0df2bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ cover.ref = "test --cov-report term-missing --cov-report=xml:coverage.xml --cov=
252252
all.help = "Run all tasks"
253253
all.sequence = ["format", "lint", "cover", "check-commit"]
254254

255-
"doc:screenshots".help = "Render documentation screeenshots"
255+
"doc:screenshots".help = "Render documentation screenshots"
256256
"doc:screenshots".script = "scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"
257257

258258
"doc:build".help = "Build the documentation"

0 commit comments

Comments
 (0)