Skip to content

Commit 3b4d00b

Browse files
Fix the typo of platform. (parse-community#854)
1 parent 5b3f61c commit 3b4d00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/parse-server/push-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ push: {
133133
}
134134
```
135135

136-
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.
136+
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.
137137

138138
```js
139139
var server = new ParseServer({

0 commit comments

Comments
 (0)