Skip to content

Commit 48722dc

Browse files
authored
Fix caution for client library functions (#105)
The admonition is currently not rendering correctly, removes title and switches to `caution`.
1 parent 9047b3b commit 48722dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/capabilities/client/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (result) {
3939
| **Form** | Display interactive forms with promise-based responses | `showForm()` |
4040
| **Navigation** | Redirect to Reddit content or external URLs | `navigateTo()` |
4141

42-
:::note When to use client library functions
42+
:::caution
4343
You should only use client library functions in response to a user-initiated action.
4444
:::
4545

versioned_docs/version-0.12/capabilities/client/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (result) {
3939
| **Form** | Display interactive forms with promise-based responses | `showForm()` |
4040
| **Navigation** | Redirect to Reddit content or external URLs | `navigateTo()` |
4141

42-
:::note When to use client library functions
42+
:::caution
4343
You should only use client library functions in response to a user-initiated action.
4444
:::
4545

0 commit comments

Comments
 (0)