diff --git a/docs/src/content/guides/buttons.mdx b/docs/src/content/guides/buttons.mdx
index 73164aa..aad19b8 100644
--- a/docs/src/content/guides/buttons.mdx
+++ b/docs/src/content/guides/buttons.mdx
@@ -11,7 +11,7 @@ You can use the `showButtons` option to choose which buttons to show in the popo
> **Note:** When using the `highlight` method to highlight a single element, the only button shown is the `close`
button. However, you can use the `showButtons` option to show other buttons as well. But the buttons won't do
- anything. You will have to use the `onNextClick` and `onPreviousClick` callbacks to implement the functionality.
+ anything. You will have to use the `onNextClick` and `onPrevClick` callbacks to implement the functionality.
@@ -302,4 +302,4 @@ You can add custom buttons using `onPopoverRender` callback. This callback is ca
driverObj.drive();
```
-
\ No newline at end of file
+