Skip to content

Commit

Permalink
Fix some typos (#24736)
Browse files Browse the repository at this point in the history
* Fix some typos

* Fix write config
  • Loading branch information
damccorm authored Dec 21, 2022
1 parent 17cc0dc commit d639123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.beam.sdk.values.TypeDescriptor;

/**
* Configuration for reading from SignleStoreDB.
* Configuration for reading from SingleStoreDB.
*
* <p>This class is meant to be used with {@link SingleStoreSchemaTransformReadProvider}.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.apache.beam.sdk.values.TypeDescriptor;

/**
* Configuration for writing to SignleStoreDB.
* Configuration for writing to SingleStoreDB.
*
* <p>This class is meant to be used with {@link SingleStoreSchemaTransformWriteProvider}.
*/
Expand Down

0 comments on commit d639123

Please sign in to comment.