Skip to content

Commit a0dba98

Browse files
author
Sean Hussey
committed
Fixing typos.
1 parent 4b730ab commit a0dba98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/INSTALLING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ code-corps-ember/ # → Root folder for this project
2222
├── abilities/ # → Used by `ember-can` to manage user access
2323
├── components/ # → Specialized components used by routes
2424
├── controllers/ # → Handles UI Behavior
25-
├── models/ #persitent data
25+
├── models/ #persistent data
2626
├── routes/ # → Routes for URL handling
2727
├── styles/ # → Style Sheets (we use Sass)
2828
├── templates/ # → HTMLbars templates
@@ -78,7 +78,7 @@ npm ERR! Please make sure you have the correct access rights
7878
npm ERR! and the repository exists.
7979
```
8080

81-
you will need to [associate your ssh key with github](https://help.github.com/articles/generating-an-ssh-key/)
81+
you will need to [associate your ssh key with GitHub](https://help.github.com/articles/generating-an-ssh-key/)
8282

8383
## Verify it worked
8484

docs/SQUASHING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The first commit I did
111111
The second commit I did
112112
```
113113

114-
You'll want to remove or comment out everything except for the first message, which you can edit to be a more complete summary of your changes. Once again, save and close teh file.
114+
You'll want to remove or comment out everything except for the first message, which you can edit to be a more complete summary of your changes. Once again, save and close the file.
115115

116116
To finish, you'll force push this new commit with the following command:
117117

docs/USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The Code Corps Ember application uses [YUIDoc](http://yui.github.io/yuidoc/) for
9494

9595
When contributing to the documentation please follow our [style guide](docs/STYLEGUIDE.md) and [YUIDoc's syntax guidelines](http://yui.github.io/yuidoc/syntax/index.html).
9696

97-
To compile documentation from accross the app, install and run YUIDoc:
97+
To compile documentation from across the app, install and run YUIDoc:
9898

9999
```shell
100100
npm install -g yuidocjs

0 commit comments

Comments
 (0)