Skip to content

Commit

Permalink
docs(guide/migration): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Dec 6, 2016
1 parent 7a667c7 commit b4f5377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/guide/migration.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ it back on, which should help during the migration. Pre-assigning bindings has b
will be removed in a future version, so we strongly recommend migrating your applications to not
rely on it as soon as possible.

Initialization logic that relies on relies on bindings being present should be put in the
controller's `$onInit()` method, which is guarranteed to always be called _after_ the bindings have
been assigned.
Initialization logic that relies on bindings being present should be put in the controller's
`$onInit()` method, which is guarranteed to always be called _after_ the bindings have been
assigned.

Before:

Expand Down

0 comments on commit b4f5377

Please sign in to comment.