We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea72e commit ff112cdCopy full SHA for ff112cd
src/cdk/coercion/array.spec.ts
@@ -17,7 +17,7 @@ describe('coerceArray', () => {
17
expect(coerceArray(objectVal)).toEqual([objectVal]);
18
});
19
20
- it('should wrap a null vall in an array', () => {
+ it('should wrap a null value in an array', () => {
21
let nullVal = null;
22
expect(coerceArray(nullVal)).toEqual([nullVal]);
23
0 commit comments