Skip to content

Commit 06bc3c9

Browse files
committed
fix(transloco): grammar fix in new test fallbacks.spec.ts
Co-authored-by: cubic-dev-ai[bot]
1 parent 70d8252 commit 06bc3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/transloco/src/lib/tests/service/fallbacks.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe('Multiple fallbacks', () => {
153153
.load('admin/notExists')
154154
.pipe(
155155
catchError((err) => {
156-
expect(err.message).toContain('did you misspelled the scope name');
156+
expect(err.message).toContain('did you misspell the scope name');
157157
return of('');
158158
}),
159159
)

0 commit comments

Comments
 (0)