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

Commit

Permalink
Fix typo for "hear" (was "here").
Browse files Browse the repository at this point in the history
  • Loading branch information
nepsilon committed Jan 13, 2013
1 parent e0e6329 commit 7ffa549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -52,7 +52,7 @@ If your contribution contains code, please make sure that it follows [the style
## Writing a tutorial / case study ##

* Our articles and case studies are licensed under Creative Commons Attribution 3.0 License. Be sure you are OK with that.
* If one doesn't already exist, [Create a new issue](https://github.com/html5rocks/www.html5rocks.com/issues/new) so others can follow/comment on the progress of your work. **Wait to here from us before you start writing!**
* If one doesn't already exist, [Create a new issue](https://github.com/html5rocks/www.html5rocks.com/issues/new) so others can follow/comment on the progress of your work. **Wait to hear from us before you start writing!**

###Authoring process###

Expand All @@ -78,4 +78,4 @@ A few things to note about internationalization:
1. All templates need to include the `i18n` library by adding `{% include 'i18n' %}` as early as possible.
2. UI strings must be wrapped with `{% blocktrans %}` or `{% trans ... %}` tags. These are well explained in http://docs.djangoproject.com/en/1.2/topics/i18n/.
3. Articles live one subdirectory deeper to encode their locale. For example: https://github.com/html5rocks/www.html5rocks.com/tree/master/content/tutorials//3d/css/en/index.html for example.
4. Similarly, all case studies live in https://github.com/html5rocks/www.html5rocks.com/tree/master/content/tutorials/casestudies
4. Similarly, all case studies live in https://github.com/html5rocks/www.html5rocks.com/tree/master/content/tutorials/casestudies

0 comments on commit 7ffa549

Please sign in to comment.