diff --git a/docs/hooks/use-navigate.md b/docs/hooks/use-navigate.md index c50ad16957..e9fe71164f 100644 --- a/docs/hooks/use-navigate.md +++ b/docs/hooks/use-navigate.md @@ -21,7 +21,7 @@ interface NavigateFunction { -The `useNavigate` hook returns a function that lets you navigate programmatically, for example after a form is submitted. If using `replace: true`, the redirection will replace the current entry in the history stack instead of adding a new one. +The `useNavigate` hook returns a function that lets you navigate programmatically, for example after a form is submitted. If using `replace: true`, the navigation will replace the current entry in the history stack instead of adding a new one. ```tsx import { useNavigate } from "react-router-dom";