Skip to content

Commit

Permalink
Merge pull request #7 from pgrimaud/master
Browse files Browse the repository at this point in the history
docs: fix typo in README.md
  • Loading branch information
stewones authored Jul 1, 2020
2 parents a6945e2 + b74ca9c commit ba08401
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 ba08401

Please sign in to comment.