Skip to content

Commit 87bf19e

Browse files
authored
Add missing comma to README (#81)
1 parent ef25e5e commit 87bf19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docusaurus-preset-openapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Example:
9393
"docusaurus-preset-openapi",
9494
{
9595
api: {
96-
path: "api/cars.yaml"
96+
path: "api/cars.yaml",
9797
routeBasePath: "cars",
9898
// ... other options
9999
}

0 commit comments

Comments
 (0)