Skip to content

Commit

Permalink
Fix the typo of platform. (parse-community#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
javainthinking committed Nov 2, 2021
1 parent 5b3f61c commit 3b4d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/parse-server/push-notifications.md
Expand Up @@ -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({
Expand Down

0 comments on commit 3b4d00b

Please sign in to comment.