From d63ca5c46dff9384d930504bd9768f4ee7038535 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Thu, 11 Feb 2016 12:16:20 +0530 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `intialization` → `initialization` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11bb35105..764b63b153 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We also have an [example project](https://github.com/ParsePlatform/parse-server- #### Client key options: -The client keys used with Parse are no longer necessary with parse-server. If you wish to still require them, perhaps to be able to refuse access to older clients, you can set the keys at intialization time. Setting any of these keys will require all requests to provide one of the configured keys. +The client keys used with Parse are no longer necessary with parse-server. If you wish to still require them, perhaps to be able to refuse access to older clients, you can set the keys at initialization time. Setting any of these keys will require all requests to provide one of the configured keys. * clientKey * javascriptKey