Skip to content

Commit c0b36f1

Browse files
Update docs/angular/your-first-app/7-live-reload.md
Co-authored-by: Brandy Smith <[email protected]>
1 parent 1122ed6 commit c0b36f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/your-first-app/7-live-reload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface UserPhoto {
7878
}
7979
```
8080

81-
Next, in `tab2.page.ts`, implement the `showActionSheet()` method. We're adding two options: "Delete", which calls `PhotoService.deletePhoto()`, and "Cancel". The cancel button will automatically closes the action sheet when assigned the "cancel" role.
81+
Next, in `tab2.page.ts`, implement the `showActionSheet()` method. We're adding two options: "Delete", which calls `PhotoService.deletePhoto()`, and "Cancel". The cancel button will automatically close the action sheet when assigned the "cancel" role.
8282

8383
```ts
8484
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)