Skip to content

Commit

Permalink
Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
phalt committed Nov 13, 2023
1 parent d60b3bf commit 4e422f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clientele/generators/basic/templates/manifest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipx install clientele

CLIENTELE VERSION: {{clientele_version}}

Regnerate using this command:
Regenerate using this command:

```sh
clientele generate-basic {{command}}
Expand Down
2 changes: 1 addition & 1 deletion clientele/generators/standard/templates/manifest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API VERSION: {{api_version}}
OPENAPI VERSION: {{openapi_version}}
CLIENTELE VERSION: {{clientele_version}}

Regnerate using this command:
Regenerate using this command:

```sh
clientele generate {{command}}
Expand Down
2 changes: 1 addition & 1 deletion tests/async_test_client/MANIFEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API VERSION: 0.1.0
OPENAPI VERSION: 3.0.2
CLIENTELE VERSION: 0.8.3

Regnerate using this command:
Regenerate using this command:

```sh
clientele generate -f example_openapi_specs/best.json -o tests/async_test_client/ --asyncio t --regen t
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client/MANIFEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API VERSION: 0.1.0
OPENAPI VERSION: 3.0.2
CLIENTELE VERSION: 0.8.3

Regnerate using this command:
Regenerate using this command:

```sh
clientele generate -f example_openapi_specs/best.json -o tests/test_client/ --regen t
Expand Down

0 comments on commit 4e422f3

Please sign in to comment.