diff --git a/docs/discussion/10-form-vs-fetcher.md b/docs/discussion/10-form-vs-fetcher.md index 2ad7fc0eceb..8d7aed31980 100644 --- a/docs/discussion/10-form-vs-fetcher.md +++ b/docs/discussion/10-form-vs-fetcher.md @@ -117,7 +117,7 @@ export function NewRecipe() { } ``` -The example leverages `
`, ` useActionData``, and `useNavigation\` to facilitate an intuitive record creation process. +The example leverages ``, ` useActionData`, and `useNavigation` to facilitate an intuitive record creation process. Using `` ensures direct and logical navigation. After creating a record, the user is naturally guided to the new recipe's unique URL, reinforcing the outcome of their action.