Skip to content

Commit b48fa12

Browse files
authored
FIx typos in logs (#318)
1 parent 9773a57 commit b48fa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ariadne_codegen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def used_settings_message(self) -> str:
157157
)
158158
files_to_include_list = ",".join(self.files_to_include)
159159
files_to_include_msg = (
160-
f"Coping following files into package: {files_to_include_list}"
160+
f"Copying the following files into the package: {files_to_include_list}"
161161
if self.files_to_include
162162
else "No files to copy."
163163
)

0 commit comments

Comments
 (0)