Skip to content

Commit 8e3ab61

Browse files
Merge pull request #102 from Gmiller290488/master
Spotted a typo in README
2 parents d81b0af + 39a4422 commit 8e3ab61

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
@@ -163,7 +163,7 @@ The native notifications API is hosted at `nativepush-cluster1.pusher.com` and o
163163

164164
You can send pushes by using the `notify` method, either globally or on the instance. The method takes two parameters:
165165

166-
- `interests`: An Array of strings which represents the interests your devices are subscribed to. These are akin to channels in the DDN with less of an epehemeral nature. Note that currently, you can only publish to, at most, _ten_ interests.
166+
- `interests`: An Array of strings which represents the interests your devices are subscribed to. These are akin to channels in the DDN with less of an ephemeral nature. Note that currently, you can only publish to, at most, _ten_ interests.
167167
- `data`: The content of the notification represented by a Hash. You must supply either the `gcm` or `apns` key. For a detailed list of the acceptable keys, take a look at the [docs](https://pusher.com/docs/push_notifications#payload).
168168

169169
Example:

0 commit comments

Comments
 (0)