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

Commit 224a314

Browse files
authored
Merge pull request #12 from trydalch/patch-2
Update rate-limits.phtml
2 parents ccd0081 + f4dea75 commit 224a314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/rate-limits.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Some of Appwrite API endpoint has a rate limit to avoid abuse or brute-force attack against Appwrite's REST API. Each Appwrite route documentation has information about any rate limits that might apply to him.</p>
1+
<p>Some of Appwrite's API endpoints have a rate limit to avoid abuse or brute-force attack against Appwrite's REST API. Each Appwrite route documentation has information about any rate limits that might apply to him.</p>
22

33
<p>You can check the returned HTTP headers of any API request to see your current rate limit status:</p>
44

@@ -78,4 +78,4 @@ Connection: close
7878
"code": 429
7979
}
8080
</code></pre>
81-
</div>
81+
</div>

0 commit comments

Comments
 (0)