Skip to content

Commit 5fa0442

Browse files
committed
Fix caution for client library functions
1 parent b402028 commit 5fa0442

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)