Skip to content

Commit f40675b

Browse files
committed
fix the typo in code of conduct help field
1 parent 16e970c commit f40675b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copier/questions/package_details.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ email:
4545
code_of_conduct_email:
4646
type: str
4747
placeholder: yourname@esciencecenter.nl
48-
help: What is the email address cor code of conduct?
48+
help: What is the email address for code of conduct?
4949
when: "{{ template_profile != 'minimum' and AddPackageDetails }}"
5050
validator: >-
5151
{% if not (code_of_conduct_email | regex_search('([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|a-z]{2,})+')) %}

0 commit comments

Comments
 (0)