We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9773a57 commit b48fa12Copy full SHA for b48fa12
ariadne_codegen/settings.py
@@ -157,7 +157,7 @@ def used_settings_message(self) -> str:
157
)
158
files_to_include_list = ",".join(self.files_to_include)
159
files_to_include_msg = (
160
- f"Coping following files into package: {files_to_include_list}"
+ f"Copying the following files into the package: {files_to_include_list}"
161
if self.files_to_include
162
else "No files to copy."
163
0 commit comments