]> 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:35 +0000 (06:03 +0400)
README.md

index e605dae868c9a021be2e7fd431116735ac73750f..a8f5ac8eccd4fee3371ed011b209a274315e275b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,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))