diff --git a/packages/docs/src/guides/buttons.md b/packages/docs/src/guides/buttons.md index 2dce5ed..e0d6640 100644 --- a/packages/docs/src/guides/buttons.md +++ b/packages/docs/src/guides/buttons.md @@ -23,22 +23,23 @@ function Counter() { } ``` -The `onClick` callback receives an `event` object. It includes some information, such as the user who clicked the button, and a function for creating new replies in response. +The `onClick` callback receives an `event` object. It includes some information, such as the user who clicked the button, and functions for creating new replies in response. These functions return message instances. ```jsx import { Button } from "reacord" function TheButton() { - return ( -