Skip to content

Commit

Permalink
fix(docs): Typo in README: xencoding --> encoding (#64) thanks @adrie…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Dec 11, 2020
1 parent ef239de commit cd81aa5
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 @@ -76,7 +76,7 @@ octokit
// deletes file if it exists,
"path/to/file3.txt": null,
// updates file based on current content
"path/to/file4.txt": ({ exists, xencoding, content }) => {
"path/to/file4.txt": ({ exists, encoding, content }) => {
// do not create the file if it does not exist
if (!exists) return null;

Expand Down

0 comments on commit cd81aa5

Please sign in to comment.