Skip to content

Commit d26a147

Browse files
authored
fix(typos): fix typo in references.md (#799)
1 parent e88045f commit d26a147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Overview/References.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ For users/developers who wish to interact with the Apache DevLake by using the R
99
the Swagger Document would very useful for you. The `devlake` docker image has it packaged, you may access it from:
1010
If you are using the `devlake` container alone without `config-ui`:
1111
```
12-
http://<DEVLAKE_CONTIANER_HOST>:<PORT>/swagger/index.html
12+
http://<DEVLAKE_CONTAINER_HOST>:<PORT>/swagger/index.html
1313
```
1414
or
1515
```
16-
http://<CONFIG_UI_CONTIANER_HOST>:<PORT>/api/swagger/index.html
16+
http://<CONFIG_UI_CONTAINER_HOST>:<PORT>/api/swagger/index.html
1717
```
1818

1919

0 commit comments

Comments
 (0)