Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Fixes typo in README #180

Merged
merged 1 commit into from Jan 17, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ These properties can be set only on the provider

* `acl` {String || String[]} Use this to only allow specific domains to consume this provider. The patterns can contain the wildcards ? and * as in the examples 'http://example.com', '*.foo.com' and '*dom?.com', or they can be regular expressions starting with ^ and ending with $. If none of the patterns match an Error will be thrown.

A socket can be teared down (iframe removed etc) using
A socket can be torn down (removing the `iframe`, etc.) using

```javascript
socket.destroy();
Expand Down