Skip to content

Commit d63ca5c

Browse files
committed
Fix a typo
`intialization` → `initialization`
1 parent dea7bb5 commit d63ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We also have an [example project](https://github.com/ParsePlatform/parse-server-
2828

2929
#### Client key options:
3030

31-
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.
31+
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.
3232

3333
* clientKey
3434
* javascriptKey

0 commit comments

Comments
 (0)