Skip to content

Commit

Permalink
[ci skip] Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georapbox committed Jan 19, 2017
1 parent 41cf129 commit d6d2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ or based on a tokenized reference to the subscription.

| Param | Type | Description |
| --- | --- | --- |
| topic | <code>string</code> &#124; <code>object</code> | Topic's name or subscription referenece |
| topic | <code>string</code> &#124; <code>number</code> | Topic's name or subscription reference |

**Example**
```js
Expand Down
2 changes: 1 addition & 1 deletion src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
*
* @memberof PubSub
* @this {PubSub}
* @param {string|object} topic Topic's name or subscription referenece
* @param {string|number} topic Topic's name or subscription reference
* @return {boolean|string} Returns `false` if `topic` does not match a subscribed event; otherwise the topic's name
* @example
*
Expand Down

0 comments on commit d6d2e90

Please sign in to comment.