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

Commit 0e12a97

Browse files
sroucheraymgechev
authored andcommitted
Fix typo
1 parent 2a9fcab commit 0e12a97

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
@@ -201,7 +201,7 @@ export const RECOMMENDATIONS: Step[] = [
201201
{ possibleIn: 1400, necessaryAsOf: 1400, level: 2, step: 'v14 JSONP', action: 'Remove headers from JSONP requests. JSONP does not supports headers and if specified the HTTP module will now throw an error rather than ignoring them.' },
202202
{ possibleIn: 1400, necessaryAsOf: 1400, level: 2, step: 'v14 resolvers', action: 'Resolvers now will take the first emitted value by an observable and after that proceed to navigation to better align with other guards rather than taking the last emitted value.' },
203203
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 deprecate protractor entry', action: 'The deprecated `angular/cdk/testing/protractor` entry point is now removed.' },
204-
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 chipInput', action: 'The make sure you specify `chipInput` of `MatChipInputEvent` because it is now required.' },
204+
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 chipInput', action: 'Make sure you specify `chipInput` of `MatChipInputEvent` because it is now required.' },
205205
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 mixinErrorState', action: 'You need to implement `stateChanges` class member in abstractions using `mixinErrorState` because the mixin no longer provides it.' },
206206
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 CdkStepper orientation', action: 'Use `CdkStepper.orientation` instead of `CdkStepper._orientation`.' },
207207
{ possibleIn: 1400, necessaryAsOf: 1400, level: 3, material: true, step: 'v14 CdkStepper and MatStepper', action: 'If you are extending or using `CdkStepper` or `MatStepper` in the constructor you should no longer pass the `_document` parameter since it is now removed.' },

0 commit comments

Comments
 (0)