docs: Fix minor typo in the api documentation.

This commit is contained in:
Sumanth V Rao
2021-04-06 12:44:35 +05:30
parent 8bd0ec2fca
commit 6b9a6eaf6b

View File

@@ -20,7 +20,7 @@ once you notice one error in API documentation, you no longer trust it
to be correct, which ends up wasting the time of its users.
Since it's very difficult to not make little mistakes when writing any
code of untested code, the only good solution to this is a way to test
untested code, the only good solution to this is a way to test
the documentation. We found dozens of errors in the process of adding
the validation Zulip has today.