Skip to content

Commit 3f1b6a9

Browse files
authored
Correct WorkflowClientOption to WorkflowClientOptions (#3935)
1 parent 457c659 commit 3f1b6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/java/spring-boot-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To programmatically customize the various options that are created by the Spring
201201
Where `OptionsType` may be one of:
202202

203203
* `WorkflowServiceStubsOptions.Builder`
204-
* `WorkflowClientOption.Builder`
204+
* `WorkflowClientOptions.Builder`
205205
* `WorkerFactoryOptions.Builder`
206206
* `WorkerOptions.Builder`
207207
* `WorkflowImplementationOptions.Builder`

0 commit comments

Comments
 (0)