1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix grammar

This commit is contained in:
Damodar Lohani 2021-03-17 18:29:20 +05:45 committed by GitHub
parent 4d9e021eb2
commit 82e1ceb8a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ client
### Make your first request
Once your SDK object is set, create any of the Appwrite service project objects and choose any request to send. Full documentation for any service method you would like to use can be found in your SDK documentation or in the API References section.
Once your SDK object is set, create any of the Appwrite service objects and choose any request to send. Full documentation for any service method you would like to use can be found in your SDK documentation or in the API References section.
```typescript
let users = new sdk.Users(client);