Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Jul 1, 2020
1 parent a6945e2 commit b74ca9c
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 @@ -63,7 +63,7 @@ import { Media } from '@capacitor-community/media';
const media = new Media();

//
// Save video to a specfic album
// Save video to a specific album
media
.saveVideo({ path: '/path/to/the/file', album: 'My Album' })
.then(console.log)
Expand Down

0 comments on commit b74ca9c

Please sign in to comment.