Skip to content

Commit ecc22d1

Browse files
committed
Fixed Grammer and Typo
1 parent 817cfed commit ecc22d1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CODE_OF_CONDUCT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Our Pledge
44

55
In the interest of fostering an open and welcoming environment, we as
6-
contributors and maintainers pledge to making participation in our project and
6+
contributors and maintainers pledge to make participation in our project and
77
our community a harassment-free experience for everyone, regardless of age, body
8-
size, disability, ethnicity, sex characteristics, gender identity and expression,
8+
size, disability, ethnicity, sex characteristics, gender identity, expression,
99
level of experience, education, socio-economic status, nationality, personal
1010
appearance, race, religion, or sexual identity and orientation.
1111

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Although the Appwrite API is a monolithic app, it has a very clear separation of
6767

6868
### The Microservice Part
6969

70-
Each container in Appwrite is a microservice by its own. Each service is an independent process which can scale without regard to any of the other services.
70+
Each container in Appwrite is a microservice on its own. Each service is an independent process that can scale without regard to any of the other services.
7171

7272
Currently, all of the Appwrite microservices are intended to communicate using TCP protocol over a private network. You should be aware to not expose any of the services to the public-facing network, besides the public port 80 and 443 who by default are used to expose the Appwrite HTTP API.
7373

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Getting started with Appwrite is as easy as creating a new project, choosing you
6161
* [**Auth**](https://appwrite.io/docs/auth) - Manage user authentication using multiple sign-in methods and account recovery.
6262
* [**Account**](https://appwrite.io/docs/account) - Manage current user account. Track and manage the user sessions, devices and security audit log.
6363
* [**Users**](https://appwrite.io/docs/users) - Manage and list all project users when in admin mode.
64-
* [**Teams**](https://appwrite.io/docs/teams) - Manage and group users in teams. Manage memberships, invites and users roles within a team.
65-
* [**Database**](https://appwrite.io/docs/database) - Manage database collections and document. Read, create, update and delete documents and filter lists of documents collections using advanced filter with graph like capabilities.
66-
* [**Storage**](https://appwrite.io/docs/storage) - Manage storage files. Read, create, delete and preview files. Manipulate your files preview to fit your app perfectly. All files are scanned by ClamAV and stored in a secure and encrypted way.
67-
* [**Locale**](https://appwrite.io/docs/locale) - Track users location, and manage your app locale based data.
68-
* [**Avatars**](https://appwrite.io/docs/avatars) - Manage your users avatars, countries flags, browser icons, credit card symbols and generate QR codes.
64+
* [**Teams**](https://appwrite.io/docs/teams) - Manage and group users in teams. Manage memberships, invites and user roles within a team.
65+
* [**Database**](https://appwrite.io/docs/database) - Manage database collections and document. Read, create, update and delete documents and filter lists of documents collections using an advanced filter with graph like capabilities.
66+
* [**Storage**](https://appwrite.io/docs/storage) - Manage storage files. Read, create, delete and preview files. Manipulate the preview of your files to fit your app perfectly. All files are scanned by ClamAV and stored in a secure and encrypted way.
67+
* [**Locale**](https://appwrite.io/docs/locale) - Track user's location, and manage your app locale based data.
68+
* [**Avatars**](https://appwrite.io/docs/avatars) - Manage your user's avatars, country's flags, browser icons, credit card symbols and generate QR codes.
6969

70-
For the complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs). For more tutorials, news and announcments checkout our [blog](https://medium.com/appwrite-io).
70+
For the complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs). For more tutorials, news and announcments check out our [blog](https://medium.com/appwrite-io).
7171

7272
### SDKs
7373

0 commit comments

Comments
 (0)