Fixed typos and grammatical errors (#791)

* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
This commit is contained in:
smamudhan
2020-07-24 16:26:41 +05:30
committed by GitHub
parent 546995aa4f
commit 725d2d16fc
42 changed files with 92 additions and 96 deletions

View File

@@ -18,7 +18,7 @@ export const bucketOperations = [
{
name: 'Create',
value: 'create',
description: 'Create an bucket',
description: 'Create a bucket',
},
{
name: 'Get All',
@@ -28,7 +28,7 @@ export const bucketOperations = [
{
name: 'Search',
value: 'search',
description: 'Search withim a bucket',
description: 'Search within a bucket',
},
],
default: 'create',