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

Typo #14662

Closed
wants to merge 1 commit into from
Closed

Typo #14662

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_03.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ HTML page into a dynamic view. This is a very common pattern in Single-Page Appl
state, usually as a result of user interaction (we'll see an example shortly in
{@link step_05 step 5}).

The **template** (the part of the view containing the bindings and presentation logic) acts as a
a blueprint for how our data should be organized and presented to the user.
The **template** (the part of the view containing the bindings and presentation logic) acts as a
blueprint for how our data should be organized and presented to the user.
The **controller** provides the context in which the bindings are evaluated and applies behavior
and logic to our template.

Expand Down