We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
settings.py
1 parent 7648acf commit 3a725f5Copy full SHA for 3a725f5
ariadne_codegen/settings.py
@@ -175,7 +175,7 @@ def used_settings_message(self) -> str:
175
Generating package into '{self.target_package_path}'.
176
Using '{self.client_name}' as client name.
177
Using '{self.base_client_name}' as base client class.
178
- Coping base client class from '{self.base_client_file_path}'.
+ Copying base client class from '{self.base_client_file_path}'.
179
Generating enums into '{self.enums_module_name}.py'.
180
Generating inputs into '{self.input_types_module_name}.py'.
181
Generating fragments into '{self.fragments_module_name}.py'.
0 commit comments