This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new cb5f4fa docs: fix spelling typo (#2060)
cb5f4fa is described below
commit cb5f4fad360a5fff486ade063ddf6e8bba61355f
Author: John Bampton <[email protected]>
AuthorDate: Mon Aug 16 22:10:00 2021 +1000
docs: fix spelling typo (#2060)
---
api/test/shell/cli_test.sh | 2 +-
docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/test/shell/cli_test.sh b/api/test/shell/cli_test.sh
index 1bbb66f..8dda240 100755
--- a/api/test/shell/cli_test.sh
+++ b/api/test/shell/cli_test.sh
@@ -133,7 +133,7 @@ cd -
rm -rf html
if [[ $res != "hi~" ]]; then
- echo "failed: manager-api cant run on a different path"
+ echo "failed: manager-api can't run on a different path"
exit 1
fi
clean_up
diff --git a/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
b/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
index af28531..40d1e52 100644
--- a/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
+++ b/docs/en/latest/IMPORT_OPENAPI_USER_GUIDE.md
@@ -86,7 +86,7 @@ info:
...
```
-2. [API server and base
path](https://swagger.io/docs/specification/api-host-and-base-path/): upsream
url + url prefix(options).
+2. [API server and base
path](https://swagger.io/docs/specification/api-host-and-base-path/): upstream
url + url prefix(options).
**Example:**