[Pkg-javascript-commits] [backbone] 132/173: Fixes typo in docs
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit ad1a6b85ad0b5d163e0078c248d1f2ebfd276796
Author: Prayag Verma <prayag.verma at gmail.com>
Date: Wed Feb 3 10:05:44 2016 +0530
Fixes typo in docs
Found a spelling mistake -
`deprectated` > `deprecated`
---
docs/backbone.localStorage.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/backbone.localStorage.html b/docs/backbone.localStorage.html
index 430076d..42c42c4 100644
--- a/docs/backbone.localStorage.html
+++ b/docs/backbone.localStorage.html
@@ -185,7 +185,7 @@ to make things work even if they are removed from the global namespace</p>
</div>
<p>Our Store is represented by a single JS object in <em>localStorage</em>. Create it
with a meaningful name, like the name you’d give a table.
-window.Store is deprectated, use Backbone.LocalStorage instead</p>
+window.Store is deprecated, use Backbone.LocalStorage instead</p>
</div>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list