fix: fix various typos

This commit is contained in:
Wieland Schöbl
2021-05-21 15:35:26 +02:00
parent 1d94dd5bf3
commit ad0dae46ff
16 changed files with 49 additions and 49 deletions

View File

@@ -87,7 +87,7 @@ describe('DataDetailComponent', () => {
expect(comp).toBeDefined(),
);
it('should have apropriate title', async () => {
it('should have appropriate title', async () => {
const title: DebugElement | null = detailPage.query(By.directive(IonTitle));
expect(title).not.toBe(null);
expect(title!.nativeElement.textContent).toBe('Foo');