You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Modern mobile browsers should work without problems.
40
40
41
41
**IE 8 is not officially supported at the moment**. This project is run by volunteers and with the current number of commiters
42
42
we are not in the position to guarantee IE8 support. If you need support for IE8 we would welcome a contributor who would like to take care about IE8.
43
-
Alternativelly you could sponsor this project to guarantee IE8 support.
43
+
Alternatively you could sponsor this project to guarantee IE8 support.
44
44
45
45
We believe that most of the directives would work OK after:
46
46
* including relevant shims (for ES5 we recommend https://github.com/kriskowal/es5-shim)
@@ -57,7 +57,7 @@ It is often better to rewrite an existing JavaScript code and create a new, pure
57
57
58
58
### Customizability
59
59
60
-
All the directives in this repository should have their markup externalized as templates (loaded via `templateUrl`). In practice it means that you can **customize directive's markup at will**. One could even imagine providing a non-Boostrap version of the templates!
60
+
All the directives in this repository should have their markup externalized as templates (loaded via `templateUrl`). In practice it means that you can **customize directive's markup at will**. One could even imagine providing a non-Bootstrap version of the templates!
61
61
62
62
### Take what you need and not more
63
63
@@ -86,14 +86,14 @@ We are always looking for the quality contributions! Please check the [CONTRIBUT
86
86
#### Prepare your environment
87
87
* Install [Node.js](http://nodejs.org/) and NPM (should come with)
88
88
* Install global dev dependencies: `npm install -g grunt-cli karma`
89
-
*Instal local dev dependencies: `npm install` while current directory is bootstrap repo
89
+
*Install local dev dependencies: `npm install` while current directory is bootstrap repo
90
90
91
91
#### Build
92
92
* Build the whole project: `grunt` - this will run `lint`, `test`, and `concat` targets
93
93
* To build modules, first run `grunt html2js` then `grunt build:module1:module2...:moduleN`
94
94
95
95
You can generate a custom build, containing only needed modules, from the project's homepage.
96
-
Alternativelly you can run local Grunt build from the command line and list needed modules as shown below:
96
+
Alternatively you can run local Grunt build from the command line and list needed modules as shown below:
@@ -104,7 +104,7 @@ Check the Grunt build file for other tasks that are defined for this project.
104
104
#### TDD
105
105
* Run test: `grunt watch`
106
106
107
-
This will start Karma server and will continously watch files in the project, executing tests upon every change.
107
+
This will start Karma server and will continuously watch files in the project, executing tests upon every change.
108
108
109
109
#### Test coverage
110
110
Add the `--coverage` option (e.g. `grunt test --coverage`, `grunt watch --coverage`) to see reports on the test coverage. These coverage reports are found in the coverage folder.
0 commit comments