Skip to content

Commit

Permalink
doc(upload): fix typo in imgur name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Mar 6, 2024
1 parent 7512df4 commit 9166611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/demos/plugins/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>The code</h2>
.trumbowyg({
btns: ['upload'],
plugins: {
// Add imagur parameters to upload plugin for demo purposes
// Add imgur parameters to upload plugin for demo purposes
upload: {
serverPath: 'https://api.imgur.com/3/image',
fileFieldName: 'image',
Expand Down Expand Up @@ -96,7 +96,7 @@ <h4>The code</h4>
['fullscreen']
],
plugins: {
// Add imagur parameters to upload plugin for demo purposes
// Add imgur parameters to upload plugin for demo purposes
upload: {
serverPath: 'https://api.imgur.com/3/image',
fileFieldName: 'image',
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h2 class="title">The dark side of Trumbowyg</h2>
});


/* Add imagur parameters to upload plugin */
/* Add imgur parameters to upload plugin */
var uploadOptions = {
serverPath: 'https://api.imgur.com/3/image',
fileFieldName: 'image',
Expand Down

0 comments on commit 9166611

Please sign in to comment.