Skip to content

Commit 1ff738a

Browse files
docs(your-first-app): mark webviewPath as optional in UserPhoto interface (#2926)
Co-authored-by: derf974 <[email protected]>
1 parent d848669 commit 1ff738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/your-first-app/2-taking-photos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Outside of the `PhotoService` class definition (the very bottom of the file), cr
8383
```tsx
8484
export interface UserPhoto {
8585
filepath: string;
86-
webviewPath: string;
86+
webviewPath?: string;
8787
}
8888
```
8989

0 commit comments

Comments
 (0)