Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTowers committed Jan 15, 2013
1 parent b7fc0d2 commit 8ce6451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Native, lightweight directives

Wa are aiming at providing a set of AngularJS directives based on Twitter's bootstrap markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQquery or Bootstrap's JavaScript.
We are aiming at providing a set of AngularJS directives based on Twitter Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript.
It is often better to rewrite an existing JavaScript code and create a new, pure AngularJS directive. Most of the time the resulting directive is smaller as compared to the orginal JavaScript code size and better integrated into the AngularJS ecosystem.

### Customizability
Expand All @@ -26,7 +26,7 @@ In fact we are fortunate enough to **benefit from the same testing infrastructur

## Contributing to the project

We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](bootstrap/blob/master/CONTRIBUTING.md) for the contribution guidelines.
We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](bootstrap/blob/master/CONTRIBUTING.md) for the contribution guidelines.

### Development
#### Prepare your environment
Expand All @@ -52,4 +52,4 @@ In fact we are fortunate enough to **benefit from the same testing infrastructur
* tag
* push changes with a tag: `git push --tags`

Well done! (If you don't like repeating yourself open a PR with a grunt task taking care of the above!)
Well done! (If you don't like repeating yourself open a PR with a grunt task taking care of the above!)

0 comments on commit 8ce6451

Please sign in to comment.