Skip to content

Commit

Permalink
Fix typo in contribution guide's page section
Browse files Browse the repository at this point in the history
This fixes the assumed copy & paste typo in the Pad pages section:
https://github.com/komarserjio/notejam/blob/master/contribute.rst#pages
  • Loading branch information
malkusch committed Nov 22, 2015
1 parent a38e9c6 commit dc608f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ All html layouts are sliced and available in the `html <https://github.com/komar
**Pad pages**


* ``GET /pads/create/`` - Show Create note form
* ``POST /pads/create/`` - Create note
* ``GET /pads/create/`` - Show Create pad form
* ``POST /pads/create/`` - Create pad
* ``GET /pads/<pad_id>/`` - View pad notes
* ``GET /pads/<pad_id>/edit/`` - Show Edit pad form
* ``POST /pads/<pad_id>/edit/`` - Edit pad
Expand Down

0 comments on commit dc608f3

Please sign in to comment.