Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typographical error, changed aplication to application in README. #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ normalizes and fixes many bugs, here are a few of the advantges:
* Option to start/stop pooling/listening for changes on the hash whenever you
want giving more control over how you app is supposed to work.
* Available as an AMD module which can be easily integrated into other
projects without polluting the global scope or affecting you aplication
projects without polluting the global scope or affecting you application
structure.
* Isn't a plugin for a large JS library/framework (so you can use it with
*any* library).
Expand Down