Skip to content

Commit d954a3d

Browse files
committed
docs(angular): remove extra
1 parent 45957b4 commit d954a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/your-first-app/3-saving-photos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import { Preferences } from '@capacitor/preferences';
5151
})
5252
export class PhotoService {
5353
public photos: UserPhoto[] = [];
54-
dd
54+
5555
public async addNewToGallery() {
5656
// Take a photo
5757
const capturedPhoto = await Camera.getPhoto({

0 commit comments

Comments
 (0)