fix: cve document typo (#4619)

This commit is contained in:
fengkx 2020-04-30 11:55:29 +08:00 committed by GitHub
parent fdf4ca8f27
commit 4a0e405942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pageClass: routes
### Search Result
<Route author="fengkx" example="/cve/search/PostgreSQL" path="/cve/search/:keyword" :paramsDesc="['keyword'] >
<Route author="fengkx" example="/cve/search/PostgreSQL" path="/cve/search/:keyword" :paramsDesc="['keyword']" />
## GitHub

View File

@ -22,7 +22,7 @@ pageClass: routes
### 搜索结果
<Route author="fengkx" example="/cve/search/PostgreSQL" path="/cve/search/:keyword" :paramsDesc="['关键词'] >
<Route author="fengkx" example="/cve/search/PostgreSQL" path="/cve/search/:keyword" :paramsDesc="['关键词']" />
## Dockone