From 88c22f75e7cf5a18decf9f0d5c98134f6af68970 Mon Sep 17 00:00:00 2001 From: Jonathan Soifer Date: Sun, 29 Jan 2017 05:25:56 -0200 Subject: [PATCH] Fix README.md typo (#512) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2255eced3..c5ac0120d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Object properties in the ruby client use the standard ruby convention for naming * For properties that are defined as hashes with user-defined keys, no translation is performed on the key. * For embedded field masks in requests (for example, the Sheets API), specify the camelCase form when referencing fields. -Outisde those exceptions, if a property is specified using camelCase in a request, it will be ignored during serialization and omitted from the request. +Outside those exceptions, if a property is specified using camelCase in a request, it will be ignored during serialization and omitted from the request. ### Media