Skip to content

Commit

Permalink
Fix typo (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0k authored Nov 20, 2024
1 parent 58e5a4d commit 44a39c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ When you're ready to contribute code to address an open issue, please follow the

<details><summary>Expand details 👇</summary><br/>

Once you've added an "upstream" remote pointing to [https://github.com/allenai/python-package-temlate.git](https://github.com/allenai/python-package-template), keeping your fork up-to-date is easy:
Once you've added an "upstream" remote pointing to [https://github.com/allenai/python-package-template.git](https://github.com/allenai/python-package-template), keeping your fork up-to-date is easy:

git checkout main # if not already on main
git pull --rebase upstream main
Expand Down

0 comments on commit 44a39c3

Please sign in to comment.