From a5d413b774c2dadd00b5e078efce340e598320da Mon Sep 17 00:00:00 2001 From: Parth Oberoi Date: Wed, 21 Jan 2015 21:36:43 +0530 Subject: [PATCH] typo fixed 'r' removed from 'identifies' --- docs/api-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-conventions.md b/docs/api-conventions.md index b1d69d998dc..15c7bf97822 100644 --- a/docs/api-conventions.md +++ b/docs/api-conventions.md @@ -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