Skip to content

Commit b4f5377

Browse files
committed
docs(guide/migration): fix typo
1 parent 7a667c7 commit b4f5377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/migration.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ it back on, which should help during the migration. Pre-assigning bindings has b
415415
will be removed in a future version, so we strongly recommend migrating your applications to not
416416
rely on it as soon as possible.
417417

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

422422
Before:
423423

0 commit comments

Comments
 (0)