Skip to content

Various small fixes on the Contributing page. #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add "in".
  • Loading branch information
Markus Amalthea Magnuson committed Apr 14, 2013
commit 2d2206274fa0340f1f3a2afbf5842d7447d07aef
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For more advice on managing your fork and submitting pull requests to the jQuery
### Adding a New Article

1. Add the file to the right folder in the `page` folder.
2. Add the slug name (the filename without the extension) to the desired location `order.yml`
2. Add the slug name (the filename without the extension) to the desired location in `order.yml`
3. Run `grunt`
4. You should now be able to navigate to the file.

Expand Down