docs(router): fix typo for "urlUpdateStrategy" (#32960)

PR Close #32960
This commit is contained in:
Niklas Merz 2019-10-02 14:56:11 +02:00 committed by atscott
parent 04bfe87764
commit add5c3992c
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ export class Router {
/**
* Determines when the router updates the browser URL.
* By default (`"deferred"`), udates the browser URL after navigation has finished.
* By default (`"deferred"`), updates the browser URL after navigation has finished.
* Set to `'eager'` to update the browser URL at the beginning of navigation.
* You can choose to update early so that, if navigation fails,
* you can show an error message with the URL that failed.