Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/new_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ questions:
code (``src/{{package_name}}``). The package name must start with a lowercase letter,
followed by one or more of the following (a-z, 0-9, _).
* - *What github organization will your project live under?*
- This will either be a gihub organization, or your github username, if you're working outside
- This will either be a github organization, or your github username, if you're working outside
of an organization. This is used to construct URLs to your project, like
``https://github.com/{{project_organization}}/{{project_name}}``
* - *What is the name of the code author?*
Expand Down