Skip to content

Commit 01fb01f

Browse files
committed
Updated README.mkd
Fixed minor spelling error
1 parent 462ba5a commit 01fb01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mkd

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can then send a POST to:
108108

109109
### Adding Ad-hoc endpoints to ModelEndpoints
110110

111-
You can also add you own custom methods to a ModelEndpoint. Adhoc methods in a ModelEndpoint observe the same rules as the get(), update() and delete() methods - with the noticable exception that self.pk _may_ not be set.
111+
You can also add you own custom methods to a ModelEndpoint. Adhoc methods in a ModelEndpoint observe the same rules as the get(), update() and delete() methods - with the noticeable exception that self.pk _may_ not be set.
112112

113113
For example, you could add a method called `about` that will display some info about the Model or Record (just used for illustration: not actually a good idea in real life):
114114

0 commit comments

Comments
 (0)