Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 84842ff

Browse files
ahmedshuhelThomasBurleson
authored andcommitted
update(docs): spellling corrections
Closes #815.
1 parent 98247bc commit 84842ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/dialog/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function MdDialogDirective($$rAF, $mdTheming) {
214214
* - `locals` - `{object=}`: An object containing key/value pairs. The keys will be used as names
215215
* of values to inject into the controller. For example, `locals: {three: 3}` would inject
216216
* `three` into the controller, with the value 3. If `bindToController` is true, they will be
217-
* coppied to the controller instead.
217+
* copied to the controller instead.
218218
* - `bindToController` - `bool`: bind the locals to the controller, instead of passing them in
219219
* - `resolve` - `{object=}`: Similar to locals, except it takes promises as values, and the
220220
* dialog will not open until all of the promises resolve.

src/components/tabs/js/tabItemDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ angular.module('material.components.tabs')
1414
* @description
1515
* `<md-tab>` is the nested directive used [within `<md-tabs>`] to specify each tab with a **label** and optional *view content*.
1616
*
17-
* If the `label` attribute is not specified, then an optional `<md-tab-label>` tag can be used to specified more
17+
* If the `label` attribute is not specified, then an optional `<md-tab-label>` tag can be used to specify more
1818
* complex tab header markup. If neither the **label** nor the **md-tab-label** are specified, then the nested
1919
* markup of the `<md-tab>` is used as the tab header markup.
2020
*

0 commit comments

Comments
 (0)