someone accidentally a word

This commit is contained in:
Michael Haren 2013-02-06 09:36:57 -05:00
parent 27e1a81b34
commit f4decfcddd

View file

@ -68,7 +68,7 @@ Discourse implements a variety of open source tech. You may wish to familiarize
### Languages/Frameworks ### Languages/Frameworks
1. [Ruby on Rails](https://github.com/rails/rails) - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON. 1. [Ruby on Rails](https://github.com/rails/rails) - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON.
2. [Ember.js](https://github.com/emberjs/ember.js) - Our front end interface is an Ember.js app that communicates the Rails API. 2. [Ember.js](https://github.com/emberjs/ember.js) - Our front end interface is an Ember.js app that communicates with the Rails API.
### Databases ### Databases