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

fixes some typos #148

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions fancy-settings/source/i18n.js
Expand Up @@ -43,12 +43,12 @@ this.i18n = {
"en": "Edit with Emacs is an extension that allows you to edit textareas and other editable text elements\
of a web-page with your favourite editor. For this to work you need to be running an \"edit server\"\
on your local machine. This is because extensions in Chrome(ium) cannot directly start new programs. For Emacs users \
it is recommended you use the use supplied native <a href=\"/servers/edit-server.el\">edit-server.el</a>.\
Alternativley you can track the latest version through the <a href=\"http://melpa.milkbox.net/\">MELPA</a>\
it is recommended you use the supplied native <a href=\"/servers/edit-server.el\">edit-server.el</a>.\
Alternatively, you can track the latest version through the <a href=\"http://melpa.milkbox.net/\">MELPA</a>\
package archive.\
</p>\
<p>\
Save the file to somewhere visible to your your Emacs <code>load-path</code> (~/.emacs.d is popular) and add the following\
Save the file to somewhere visible to your Emacs <code>load-path</code> (~/.emacs.d is popular) and add the following\
to your <code>.emacs</code>:\
</p>\
<pre>\
Expand Down