Skip to content

Commit ee416b6

Browse files
Typo fix in generated docs (#2056)
1 parent e23b0a7 commit ee416b6

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

src/snowflake/cli/api/commands/flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def project_path_callback(project_path: str) -> str:
537537
None,
538538
"-p",
539539
"--project",
540-
help=f"Path where the Snowflake project resides. "
540+
help=f"Path where the Snowflake project is stored. "
541541
f"Defaults to the current working directory.",
542542
callback=project_path_callback,
543543
show_default=False,

0 commit comments

Comments
 (0)