From 7266aa770bdc1ea7aa87eb537729dbda15aeab06 Mon Sep 17 00:00:00 2001 From: Julian Zhou Date: Tue, 2 Nov 2021 16:16:40 +0800 Subject: [PATCH] Fix the typo of platform. --- _includes/parse-server/push-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/push-notifications.md b/_includes/parse-server/push-notifications.md index 93aa34f03..9aaac3725 100644 --- a/_includes/parse-server/push-notifications.md +++ b/_includes/parse-server/push-notifications.md @@ -133,7 +133,7 @@ push: { } ``` -The configuration for macOS and tvOS works exactly as for iOS. Just add an additional configuration for each plattform under the appropriate key. Please note the key for macOS is `osx` and for tvOS is `tvos`. If you need to support both the dev and prod certificates, you can do that for all Apple plattforms like described above. +The configuration for macOS and tvOS works exactly as for iOS. Just add an additional configuration for each platform under the appropriate key. Please note the key for macOS is `osx` and for tvOS is `tvos`. If you need to support both the dev and prod certificates, you can do that for all Apple platforms like described above. ```js var server = new ParseServer({