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

Commit 4500d4b

Browse files
acohenOTmgechev
authored andcommitted
fix: typo
1 parent b4522cc commit 4500d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/recommendations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const RECOMMENDATIONS: Step[] = [
213213
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 Route.pathMatch', action: 'If you are defining routes with `pathMatch`, you may have to cast it to `Route` or `Routes` explicitly. `Route.pathMatch` is no longer compatible with `string` type.' },
214214
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 stricter LoadChildrenCallback', action: 'The promise returned by `LoadChildrenCallback` now has a stricter type parameter `Type<any>|NgModuleFactory<any>` rather than `any`.' },
215215
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 router scheduling', action: 'The router does no longer schedule redirect navigation within a `setTimeout`. Make sure your tests do not rely on this behavior.' },
216-
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 LocationStrategy', action: 'Implementing a the `LocationStrategy` interface now requires definition of `getState()`.' },
216+
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 LocationStrategy', action: 'Implementing the `LocationStrategy` interface now requires definition of `getState()`.' },
217217
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 http queries', action: 'Sending `+` as part of a query no longer requires workarounds since `+` no longer sends a space.' },
218218
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 AnimationDriver.getParentElement', action: 'Implementing `AnimationDriver` now requires the `getParentElement` method.' },
219219
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, step: 'v14 invalid config', action: 'Invalid route configurations of lazy-loaded modules will now throw an error rather than being ignored.' },

0 commit comments

Comments
 (0)