Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Lai committed Aug 9, 2024
1 parent 9a302eb commit 02a0efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Before you start:
#### CustomPluginConfigOptions
A plugin can be configured with any number of configuration fields. Each field
type has its own configuration options. Each field type is also garunteed to
have a the following options:
type has its own configuration options. Each field type is also guaranteed to
have the following options:
- `name : string` - the name of the field
- `type : string` - the field type
Expand Down Expand Up @@ -689,7 +689,7 @@ function setVariableCallback(...values: unknown[]): void;
#### useInteraction()
Returns a given interaction's selection state and a setter to update that interation
Returns a given interaction's selection state and a setter to update that interaction
```ts
function useInteraction(
Expand Down

0 comments on commit 02a0efe

Please sign in to comment.