Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devvit-docs/docs/blocks/text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ An `enum` for adding an outline to text. The outline is either `white` or `black

### `selectable`

A `boolean` for determing if users can select the text. Possible values:
A `boolean` for determining if users can select the text. Possible values:

- `true`: The default if the attribute is not used.
- `false`
Expand All @@ -97,7 +97,7 @@ A `boolean` for toggling text wrapping, enabling text to wrap onto multiple line

### `overflow`

An `enum` for determing how text overflow is handled. Possible values:
An `enum` for determining how text overflow is handled. Possible values:

- `clip`: The default if the attribute is not used.
- `ellipsis`
Expand Down