diff options
| author | Pete Bacon Darwin | 2013-04-19 22:08:07 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-19 22:08:07 +0100 |
| commit | cf3b5cb2fcba7c1949d9ef90da5c91937670824d (patch) | |
| tree | bee8bd22c4a9bd5b13584656277d801ac13593aa /docs/src | |
| parent | 192a2258543d6255bbf6ea0bf202df00dd1d833c (diff) | |
| download | angular.js-cf3b5cb2fcba7c1949d9ef90da5c91937670824d.tar.bz2 | |
chore(ngDoc): fix a typo with IE warning
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index f8f6cdf5..15f92d8c 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -388,7 +388,7 @@ Doc.prototype = { var restrict = self.restrict || 'AC'; if (restrict.match(/E/)) { - dom.text('This directive can be used as custom element, but we aware of '); + dom.text('This directive can be used as custom element, but be aware of '); dom.tag('a', {href:'guide/ie'}, 'IE restrictions'); dom.text('.'); } |
