Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit a30c462

Browse files
authored
Merge pull request #94 from RuthlessRuler/fix-grammar-errors
Fixed Missing commas & preposition
2 parents a424666 + 06af947 commit a30c462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/docs/getting-started-for-web.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ foreach($platforms['client']['languages'] ?? [] as $lang) {
1515
$version = $platform['version'] ?? '';
1616
$demos = $platform['demos'] ?? [];
1717
?>
18-
<p>Appwrite is a development platform providing you easy yet powerful API and management console to get your next project up and running quickly.</p>
18+
<p>Appwrite is a development platform providing you with easy yet powerful API and management console to get your next project up and running quickly.</p>
1919

2020
<p>This tutorial will help you start using Appwrite products and build your next project. Before starting, make sure you have followed the Appwrite <a href="/docs/installation">installation guide</a>, and you have an Appwrite server instance up and running on your host machine or server.</p>
2121

2222
<h2><a href="/docs/getting-started-for-web#createProject" id="createProject">Create Your First Appwrite Project</a></h2>
2323

24-
<p>Go to your new Appwrite console and once inside click the <i class="icon-plus"></i> icon in the top navigation header or on the <b>'Create Project'</b> button on your console homepage. Choose a name for your project and click create to get started.</p>
24+
<p>Go to your new Appwrite console and once inside, click the <i class="icon-plus"></i> icon in the top navigation header or on the <b>'Create Project'</b> button on your console homepage. Choose a name for your project and click create to get started.</p>
2525

2626
<h2><a href="/docs/getting-started-for-web#addPlatform" id="addPlatform">Add Your Web Platform</a></h2>
2727

28-
<p>For you to init your SDK and interact with Appwrite services you need to add a web platform to your project. To add a new platform, go to your Appwrite console, choose the project you created in the step before and click the 'Add Platform' button.</p>
28+
<p>For you to init your SDK and interact with Appwrite services, you need to add a web platform to your project. To add a new platform, go to your Appwrite console, choose the project you created in the step before and click the 'Add Platform' button.</p>
2929

30-
<p>From the options, choose to add a <b>web</b> platform and add your client app hostname. By adding your hostname to your project platform you are allowing cross-domain communication between your project and the Appwrite API.</p>
30+
<p>From the options, choose to add a <b>web</b> platform and add your client app hostname. By adding your hostname to your project platform, you are allowing cross-domain communication between your project and the Appwrite API.</p>
3131

3232
<?php //TODO add console ui image here ?>
3333

0 commit comments

Comments
 (0)