diff --git a/docs/angular/your-first-app/2-taking-photos.md b/docs/angular/your-first-app/2-taking-photos.md index 1a0cb3e2727..2c94527390e 100644 --- a/docs/angular/your-first-app/2-taking-photos.md +++ b/docs/angular/your-first-app/2-taking-photos.md @@ -108,7 +108,7 @@ Over in the `addNewToGallery` function, add the newly captured photo to the begi this.photos.unshift({ filepath: "soon...", - webviewPath: capturedPhoto.webPath + webviewPath: capturedPhoto.webPath! }); } ```