Skip to content

Commit

Permalink
Fixing typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cpluta committed Oct 8, 2019
1 parent dfb2f3a commit fa1acda
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/authorization/generating_token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ Example Result
* Password is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/authorization/refreshing_token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ Example Result
* Refresh token is expired.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/data/creating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/data/deleting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ Permanently remove Mesh data from collection.
* Mesh data was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
8 changes: 4 additions & 4 deletions docs/data/projecting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Projecting Data
---------------

A projection is a stored MongoDB query that can contain aggregations, filtering and lookups. It's great for reporting or simply re-using queries throughout your application. Projections also give you the abiliy to control access to data by allowing you to explicity define the data you want to make accessible to end-users.
A projection is a stored MongoDB query that can contain aggregations, filtering and lookups. Its great for reporting or simply re-using queries throughout your application. Projections also give you the ability to control access to data by allowing you to explicitly define the data you want to make accessible to end-users.

You can create your query your Mesh Data using the admin portal under the Projections tab.

Expand Down Expand Up @@ -148,7 +148,7 @@ Example Result
* Projection was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

``````````````
Ordering Data
Expand Down Expand Up @@ -176,7 +176,7 @@ The following example shows how to sort an object by Name in descending order.
pageSize);
Alternatively you can use MongoDB syntax
Alternatively you can use MongoDB syntax.

.. code-block:: c#
Expand Down Expand Up @@ -207,7 +207,7 @@ The following example shows how to sort an object by Name in descending order.
GET https://api.meshydb.com/{accountName}/projections/{projectionName}?orderBy={ "Name": -1 } HTTP/1.1
Authentication: Bearer {access_token}
To add additional filters it can be extended as follows.
Additional filters can be extended as follows.

This example will order by Name descending then Age ascending.

Expand Down
2 changes: 1 addition & 1 deletion docs/data/retrieving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Example Result
* Mesh data was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/data/searching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/data/updating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
16 changes: 8 additions & 8 deletions docs/intro/getting_started_csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Example Result
* Username must be unique.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----
Login
Expand Down Expand Up @@ -184,7 +184,7 @@ Example Result
* Password is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

Once we login we can access our connection through a static member.

Expand Down Expand Up @@ -243,7 +243,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Create data
Expand Down Expand Up @@ -322,7 +322,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Update data
Expand Down Expand Up @@ -373,7 +373,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Search data
Expand Down Expand Up @@ -429,7 +429,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

In some cases you may need more control on your filtering or ordering. You can optionally provide this criteria in a MongoDB format.

Expand Down Expand Up @@ -477,7 +477,7 @@ The example below shows deleting the data from the API by providing the object.
* Mesh data was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

--------
Sign out
Expand Down Expand Up @@ -514,6 +514,6 @@ The example below shows signing out of the currently established connection.
* Unsupported Token type.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

Not seeing something you need? Feel free to give us a chat or contact us at support@meshydb.com.
16 changes: 8 additions & 8 deletions docs/intro/getting_started_nodejs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Example Result
* Username must be unique.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----
Login
Expand Down Expand Up @@ -184,7 +184,7 @@ Example Result
* Password is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

Once we login we can access our connection through a static member.

Expand Down Expand Up @@ -243,7 +243,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Create data
Expand Down Expand Up @@ -301,7 +301,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Update data
Expand Down Expand Up @@ -354,7 +354,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Search data
Expand Down Expand Up @@ -412,7 +412,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Delete data
Expand Down Expand Up @@ -460,7 +460,7 @@ The example below shows deleting the data from the API by providing the object.
* Mesh data was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

--------
Sign out
Expand Down Expand Up @@ -497,6 +497,6 @@ The example below shows signing out of the currently established connection.
* Unsupported Token type.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

Not seeing something you need? Feel free to give us a chat or contact us at support@meshydb.com.
18 changes: 9 additions & 9 deletions docs/intro/getting_started_rest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Example Result
* Username is required.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------------------
Register Anonymous User
Expand Down Expand Up @@ -147,7 +147,7 @@ Example Result
* Username must be unique.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----
Login
Expand Down Expand Up @@ -211,7 +211,7 @@ Example Result
* Password is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

---------------
Retrieving Self
Expand Down Expand Up @@ -264,7 +264,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Create data
Expand Down Expand Up @@ -328,7 +328,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Update data
Expand Down Expand Up @@ -389,7 +389,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Search data
Expand Down Expand Up @@ -457,7 +457,7 @@ Example Result
* User is not authorized to make call.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

-----------
Delete data
Expand Down Expand Up @@ -508,7 +508,7 @@ The example below shows deleting the data from the API by providing the object.
* Mesh data was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

--------
Sign out
Expand Down Expand Up @@ -554,6 +554,6 @@ The example below shows revoking the refresh token. The access token is short li
* Unsupported Token type.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

Not seeing something you need? Feel free to give us a chat or contact us at support@meshydb.com.
10 changes: 5 additions & 5 deletions docs/users/creating_users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Example Result
* Username is required.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''''''''''''''''''''''
Registering Anonymous User
Expand Down Expand Up @@ -179,7 +179,7 @@ Example Result
* Username must be unique.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''''''''''''
Registering User
Expand Down Expand Up @@ -333,7 +333,7 @@ Example Result
* Username must be unique.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''''''
Check Hash
Expand Down Expand Up @@ -459,7 +459,7 @@ Example Result
* Verification code is required.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''
Verify
Expand Down Expand Up @@ -581,4 +581,4 @@ If email or text verification is configured the registered user must be verified
* Request hash is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
2 changes: 1 addition & 1 deletion docs/users/logging_out.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Log authenticated user out.
* Unsupported Token type.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.
6 changes: 3 additions & 3 deletions docs/users/password_recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Example Result
* User was not found.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''''''
Check Hash
Expand Down Expand Up @@ -239,7 +239,7 @@ Example Result
* Verification code is required.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

''''''''''''''''''
Resetting Password
Expand Down Expand Up @@ -343,4 +343,4 @@ Take result from forgot password and application verification code generated fro
* Request hash is invalid.

429 : Too many request
* You have have either hit your API or Database limit. Please review your account.
* You have either hit your API or Database limit. Please review your account.

0 comments on commit fa1acda

Please sign in to comment.