From cfa62700809584003468a982605ef724204a5f21 Mon Sep 17 00:00:00 2001 From: "Hemanth V. Alluri" Date: Thu, 8 Aug 2019 08:00:13 +0530 Subject: [PATCH] docs: In api.md add the tools/ part before test-backend. In this section of the docs, two tools for testing openapi documentation are mentioned. But for the second one, we forgot to mention that the tool also resides in the tools/ folder (like the first one which explicitly mentions it). This commit fixes that. --- docs/documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/api.md b/docs/documentation/api.md index 9880ed874c..5083785b65 100644 --- a/docs/documentation/api.md +++ b/docs/documentation/api.md @@ -194,7 +194,7 @@ above. You can check your formatting using two helpful tools. * `tools/check-openapi` will verify the syntax of `zerver/openapi/zulip.yaml`. - * `test-backend zerver/tests/test_openapi.py`; this test compares + * `tools/test-backend zerver/tests/test_openapi.py`; this test compares your documentation against the code and can find many common mistakes in how arguments are declared.