Skip to content

Commit

Permalink
fix: typo in docs (OpenAPITools#18028)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHYZhang authored Mar 5, 2024
1 parent 8f74d03 commit ae9084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Example:
java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -g java -i modules/openapi-generator/src/test/resources/3_0/enableKeepOnlyFirstTagInOperation_test.yaml -o /tmp/java-okhttp/ --openapi-normalizer KEEP_ONLY_FIRST_TAG_IN_OPERATION=true
```
- `SET_TAGS_FOR_ALL_OPERATIONS`: when set to a string value, tags in all operatinos will reset to the string value provided.
- `SET_TAGS_FOR_ALL_OPERATIONS`: when set to a string value, tags in all operations will reset to the string value provided.
Example:
```
Expand Down

0 comments on commit ae9084b

Please sign in to comment.