Fixed typo in OAuth docs, recieve => receive

This commit is contained in:
Joar Wandborg 2012-09-18 21:44:02 +02:00
parent df3147b986
commit 4427b1bea4

View File

@ -84,7 +84,7 @@ Brief description of the procedure
2. The *authorization server* authenticates the *resource owner* and redirects 2. The *authorization server* authenticates the *resource owner* and redirects
the *user agent* back to the *redirect uri* (covered later in this the *user agent* back to the *redirect uri* (covered later in this
document). document).
3. The *client* recieves the request from the *user agent*, attached is the 3. The *client* receives the request from the *user agent*, attached is the
*authorization code*. *authorization code*.
4. The *client* requests an *access token* from the *authorization server* 4. The *client* requests an *access token* from the *authorization server*
5. \?\?\?\?\? 5. \?\?\?\?\?