Skip to content

Commit d9f3ce1

Browse files
committed
Fix typo
1 parent 23d6605 commit d9f3ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generat
645645
646646
- `FILTER`
647647
648-
The `FILTER` parameter allows selective inclusion of API operations based on specific criteria. It applies the `x-internal: true` property to operations that do **not** match the specified values, preventing them from being generated. Multiple filters can be separated by a semi-column.
648+
The `FILTER` parameter allows selective inclusion of API operations based on specific criteria. It applies the `x-internal: true` property to operations that do **not** match the specified values, preventing them from being generated. Multiple filters can be separated by a semicolon.
649649
650650
### Available Filters
651651

0 commit comments

Comments
 (0)