diff --git a/clientele/generators/basic/templates/manifest.jinja2 b/clientele/generators/basic/templates/manifest.jinja2 index 468c08c..554844a 100644 --- a/clientele/generators/basic/templates/manifest.jinja2 +++ b/clientele/generators/basic/templates/manifest.jinja2 @@ -9,7 +9,7 @@ pipx install clientele CLIENTELE VERSION: {{clientele_version}} -Regnerate using this command: +Regenerate using this command: ```sh clientele generate-basic {{command}} diff --git a/clientele/generators/standard/templates/manifest.jinja2 b/clientele/generators/standard/templates/manifest.jinja2 index 922bce6..17f897e 100644 --- a/clientele/generators/standard/templates/manifest.jinja2 +++ b/clientele/generators/standard/templates/manifest.jinja2 @@ -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}} diff --git a/tests/async_test_client/MANIFEST.md b/tests/async_test_client/MANIFEST.md index ca7bf03..18fcaa0 100644 --- a/tests/async_test_client/MANIFEST.md +++ b/tests/async_test_client/MANIFEST.md @@ -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 diff --git a/tests/test_client/MANIFEST.md b/tests/test_client/MANIFEST.md index 36ba815..80dfbff 100644 --- a/tests/test_client/MANIFEST.md +++ b/tests/test_client/MANIFEST.md @@ -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