From cea0d5e3af1fb95a94ff95f03e8ba87ee837ddb7 Mon Sep 17 00:00:00 2001 From: Fuchen Shi <44103628+shifuchen98@users.noreply.github.com> Date: Tue, 30 Jul 2019 15:25:30 +0800 Subject: [PATCH] Fix typo in keys.md --- _includes/parse-server/keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/keys.md b/_includes/parse-server/keys.md index 03c039d88..a9a8bb12c 100644 --- a/_includes/parse-server/keys.md +++ b/_includes/parse-server/keys.md @@ -8,4 +8,4 @@ However, you have the option to specify any of these four keys upon initializati Starting `parse-server` 2.6.5, it is possible to specify a `readOnlyMasterKey`. When using this key instead of the masterKey, the server will perform all `read` operations as if they were executing with the `masterKey` but will fail to execute any `write` operation. -This key is expecially powerful when used with `parse-dashboard`. Please refer to [Parse Dashboard](https://github.com/parse-community/parse-dashboard/)'s documentation for more information. +This key is especially powerful when used with `parse-dashboard`. Please refer to [Parse Dashboard](https://github.com/parse-community/parse-dashboard/)'s documentation for more information.