Skip to content

Commit

Permalink
* #64. hot-fix error typo on file upload + build
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Nov 4, 2017
1 parent 0f92c23 commit 144aa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Editor extends Component {
.send(formData)
.end((err, response) => {
if (err) {
console.log('Error has accured while uploading files: ');
console.log('Error has occurred while uploading files: ');
console.log(err);
} else if (response.ok) {
//this was successful, handle it here
Expand Down

0 comments on commit 144aa75

Please sign in to comment.