Skip to content

Commit

Permalink
Merge pull request #61 from vakili/fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinism authored Nov 4, 2024
2 parents 03357fa + ecd5a86 commit f324280
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions copier.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language:
type: str
help: "Programming Lanugage:"
help: "Programming Language:"
choices:
- Python
- Node.js
Expand All @@ -12,8 +12,8 @@ project_name:
help: "Project name:"
validator: >-
{% if not (project_name | regex_search('^[a-z][a-z0-9\_]+$')) %}
project_name must start with a letter, followed one or more
letters, digits or underscores all lowercase.
project_name must start with a letter, followed by one or more
letters, digits, or underscores, all lowercase.
{% endif %}
project_version:
Expand Down Expand Up @@ -41,7 +41,7 @@ python_package_manager:

project_license:
type: str
help: "License(SPDX name)"
help: "License (SPDX name)"
default: MIT

author_name:
Expand Down Expand Up @@ -74,15 +74,15 @@ _message_after_copy: |
🎉 {{project_name}} Created Successfully! 🎉
Your tailored project is ready and waiting for you. Next steps
Your tailored project is ready and waiting for you. Next steps:
1. Allow direnv to load your project environment
$ direnv allow
2. Let's hack 🧑🏻‍💻
Good Luck, DataChef 🧑‍🍳
Good luck, DataChef 🧑‍🍳
_message_after_update: |
Expand Down

0 comments on commit f324280

Please sign in to comment.