Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #51 from rolandorojas/patch-1
Browse files Browse the repository at this point in the history
Add missing comma in README snippet
  • Loading branch information
SimonGolms authored Jan 24, 2021
2 parents c996350 + e845995 commit 6e2ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class HomePage {
componentProps: {
src: "./assets/img/demo.jpg"
},
cssClass: 'ion-img-viewer'
cssClass: 'ion-img-viewer',
keyboardClose: true,
showBackdrop: true
});
Expand Down

0 comments on commit 6e2ec0e

Please sign in to comment.