typo fixed

'r' removed from 'identifies'
This commit is contained in:
Parth Oberoi 2015-01-21 21:36:43 +05:30
parent 8537a73264
commit a5d413b774

View File

@ -31,7 +31,7 @@ The standard REST verbs (defined below) MUST return singular JSON objects. Some
All singular JSON resources returned by an API MUST have the following fields:
* kind: a string that identifies the schema this object should have
* apiVersion: a string that identifiers the version of the schema the object should have
* apiVersion: a string that identifies the version of the schema the object should have
### Objects