Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Closes gh-29364
  • Loading branch information
catmug authored and sdeleuze committed Oct 21, 2022
1 parent 4c38777 commit 12cc8a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -144,7 +144,7 @@ interface Builder {
Builder apply(Consumer<Builder> builderConsumer);

/**
* Builder the {@link DatabaseClient} instance.
* Build the {@link DatabaseClient} instance.
*/
DatabaseClient build();
}
Expand Down
Expand Up @@ -334,7 +334,7 @@ interface Builder {
Builder clone();

/**
* Builder the {@link WebClient} instance.
* Build the {@link WebClient} instance.
*/
WebClient build();
}
Expand Down
Expand Up @@ -134,7 +134,7 @@ interface Builder<B extends Builder<B>> {
B headers(HttpHeaders headers);

/**
* Builder the {@link Rendering} instance.
* Build the {@link Rendering} instance.
*/
Rendering build();
}
Expand Down

0 comments on commit 12cc8a9

Please sign in to comment.