Skip to content

Commit

Permalink
Fix code blocks by removing redundant backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVerschraegen committed Sep 12, 2023
1 parent 87234cb commit eea253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/discussion/10-form-vs-fetcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function NewRecipe() {
}
```

The example leverages `<Form>`, ` useActionData``, and `useNavigation\` to facilitate an intuitive record creation process.
The example leverages `<Form>`, ` useActionData`, and `useNavigation` to facilitate an intuitive record creation process.

Using `<Form>` 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.

Expand Down

0 comments on commit eea253e

Please sign in to comment.