From 9606bed8bfd01e62e58123c078d52cbc1b6e68b9 Mon Sep 17 00:00:00 2001 From: derf Z-ITnux Date: Thu, 24 Nov 2022 22:41:56 +0100 Subject: [PATCH] Update 2-taking-photos.md --- docs/angular/your-first-app/2-taking-photos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular/your-first-app/2-taking-photos.md b/docs/angular/your-first-app/2-taking-photos.md index 73b6d20533f..dbf793d43a8 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 ! }); } ```