]> code.delx.au - gnu-emacs-elpa/commitdiff
you -> your
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Sep 2012 02:03:10 +0000 (06:03 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Sep 2012 02:03:10 +0000 (06:03 +0400)
README.md

index 4ff97864b4ca7e6c2116f142488ea5bc91ab33e6..82c9b52e6445d4b7e1540fefcf37966f18a0bcb0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Installation
 
 Then put js2-mode.elc into your site-lisp directory.
 
-In you emacs config:
+In your emacs config:
 
     (autoload 'js2-mode "js2-mode" nil t)
     (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))