Skip to content

Commit f82db55

Browse files
committed
2 parents 6111dce + dca24cd commit f82db55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/topics/credits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The following people have helped make REST framework great.
112112
* Bouke Haarsma - [bouke]
113113
* Pierre Dulac - [dulaccc]
114114
* Dave Kuhn - [kuhnza]
115+
* Sitong Peng - [stoneg]
115116

116117
Many thanks to everyone who's contributed to the project.
117118

@@ -258,3 +259,4 @@ You can also contact [@_tomchristie][twitter] directly on twitter.
258259
[bouke]: https://github.com/bouke
259260
[dulaccc]: https://github.com/dulaccc
260261
[kuhnza]: https://github.com/kuhnza
262+
[stoneg]: https://github.com/stoneg

docs/tutorial/4-authentication-and-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Now, if you open a browser again, you find that the 'DELETE' and 'PUT' actions o
179179

180180
## Authenticating with the API
181181

182-
Because we now have a set of permissions on the API, we need to authenticate our requests to it if we want to edit any snippets. We havn't set up any [authentication classes][authentication], so the defaults are currently applied, which are `SessionAuthentication` and `BasicAuthentication`.
182+
Because we now have a set of permissions on the API, we need to authenticate our requests to it if we want to edit any snippets. We haven't set up any [authentication classes][authentication], so the defaults are currently applied, which are `SessionAuthentication` and `BasicAuthentication`.
183183

184184
When we interact with the API through the web browser, we can login, and the browser session will then provide the required authentication for the requests.
185185

0 commit comments

Comments
 (0)