Fixing Spelling Mistake (#913)

* Fixing typos

* Fixed Spellings
This commit is contained in:
Abhishek Kumar 2019-03-20 22:13:38 +05:30 committed by Cassie Tarakajian
parent 3d248a0573
commit 0eea37e72a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// TODO Organize this file by reducer type, ot break this apart into
// TODO Organize this file by reducer type, to break this apart into
// multiple files
export const UPDATE_FILE_CONTENT = 'UPDATE_FILE_CONTENT';
export const TOGGLE_SKETCH = 'TOGGLE_SKETCH';

View File

@ -59,7 +59,7 @@ If you don't have the full server environment running, you can launch a one-off
## S3 Bucket Configuration
Note that this is optional, unless you are working on the part of the application that allows a user to upload images, videos, etc. Please refer to the folllowing [gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) to set up an S3 bucket to be used with this project.
Note that this is optional, unless you are working on the part of the application that allows a user to upload images, videos, etc. Please refer to the following [gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) to set up an S3 bucket to be used with this project.
If your S3 bucket is in the US East (N Virginia) region (us-east-1), you'll
need to set a custom URL base for it, because it does not follow the standard

View File

@ -178,7 +178,7 @@ objectsResponse.on('end', () => {
// // console.log('is selected remains');
// // }
// // if (file.isSelctedFile) {
// // if (file.isSelectedFile) {
// // console.log('changed to isSelected file');
// // }
// project.save((err, savedProject) => {