Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from edx/revert-284-patch-1
Browse files Browse the repository at this point in the history
Revert "Fix syntax and typo in README.md"
  • Loading branch information
sarina committed Mar 9, 2015
2 parents 466e84a + eb543c6 commit 83b469a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ the NTP service usually resolves this issue.
Internationalization (i18n)
---------------------------
In order to work with translations you must have you must have [gettext](http://www.gnu.org/software/gettext/) installed. gettext
should be available via your preferred package manager (e.g. `yum`, `apt-get`, `brew`, or `ports`).
should be available via your preferred package manager (e.g. `yum`, `apt-get`, 'brew`, or `ports`).
###Development###
When adding or updating code, you should ensure all necessary strings are marked for translation. We have provided a
command that will generate dummy translations to help with this. This will create an "Esperanto" translation that is
Expand Down Expand Up @@ -159,7 +159,7 @@ before we can accept your contribution. See our
file for more information -- it also contains guidelines for how to maintain
high code quality, which will make your contribution more likely to be accepted.

### JavaScript Code Quality
### Javascript Code Quality
JavaScript developers should adhere to the [edX JavaScript standards](https://github.com/edx/edx-platform/wiki/Javascript-standards-for-the-edx-platform).
These standards are enforced using [JSHint](http://www.jshint.com/) and [jscs](https://www.npmjs.org/package/jscs).

Expand Down

0 comments on commit 83b469a

Please sign in to comment.