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

Commit 718b846

Browse files
author
timeless@gmail.com
committed
spelling: prototypically
1 parent 2858865 commit 718b846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/misc/faq.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ If you want to apply a directive to each inner piece of the repeat, put it on a
247247

248248
### `$rootScope` exists, but it can be used for evil
249249

250-
Scopes in Angular form a hierarchy, prototypally inheriting from a root scope at the top of the tree.
250+
Scopes in Angular form a hierarchy, prototypically inheriting from a root scope at the top of the tree.
251251
Usually this can be ignored, since most views have a controller, and therefore a scope, of their own.
252252

253253
Occasionally there are pieces of data that you want to make global to the whole app.

docs/content/tutorial/step_02.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To learn more about Angular scopes, see the {@link ng.$rootScope.Scope angular s
135135

136136
<div class="alert alert-warning">
137137
<p>
138-
Angular scopes prototypally inherit from their parent scope, all the way up to the *root scope*
138+
Angular scopes prototypically inherit from their parent scope, all the way up to the *root scope*
139139
of the application. As a result, assigning values directly on the scope makes it easy to share
140140
data across different parts of the page and create interactive applications.
141141
While this approach works for prototypes and smaller applications, it quickly leads to tight

0 commit comments

Comments
 (0)