1
0
Fork 0
mirror of synced 2024-06-02 02:44:47 +12:00

Merge pull request #1366 from PineappleIOnic/fix-sdk-getting-started-mistype

Fix Mistype in SDK Getting Started files
This commit is contained in:
Torsten Dittmann 2021-07-07 12:31:17 +02:00 committed by GitHub
commit 7a828cacc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -87,7 +87,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-android)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -40,7 +40,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -68,7 +68,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -45,7 +45,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -128,7 +128,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-flutter)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -77,7 +77,7 @@ suspend fun main() {
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)

View file

@ -68,7 +68,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -56,7 +56,7 @@ try {
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -57,7 +57,7 @@ except AppwriteException as e:
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -57,7 +57,7 @@ end
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)

View file

@ -52,7 +52,7 @@ sdk.account.create('me@example.com', 'password', 'Jane Doe')
```
### Learn more
You can use following resources to learn more and get help
You can use the following resources to learn more and get help
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-flutter)
- 📜 [Appwrite Docs](https://appwrite.io/docs)
- 💬 [Discord Community](https://appwrite.io/discord)