Skip to content

Commit 4a5d90f

Browse files
authored
Merge pull request #30 from david-caldwell-idexx/master
Fix incorrectly spelled parameter name in README
2 parents 6a01489 + 9214018 commit 4a5d90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Parameter | Description | Required | Default
8888
`outputDir` | The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir
8989
`outputFileName` | The name of the output file with extension | No | openapi.json
9090
`waitTimeInSeconds` | Time to wait in seconds for your Spring Boot application to start, before we make calls to `apiDocsUrl` to download the OpenAPI doc | No | 30 seconds
91-
`forkProperites` | Any system property that you would normal need to start your spring boot application. Can either be a static string or a java Properties object | No | ""
91+
`forkProperties` | Any system property that you would normal need to start your spring boot application. Can either be a static string or a java Properties object | No | ""
9292

9393
### Fork properties examples
9494
Fork properties allows you to send in anything that might be necessary to allow for the forked spring boot application that gets started

0 commit comments

Comments
 (0)