fix: cve document typo (#4619)
This commit is contained in:
parent
fdf4ca8f27
commit
4a0e405942
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue