Skip to content

Commit

Permalink
Update docs/pages/technical-explanation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 10, 2022
1 parent e7fce01 commit da85e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/technical-explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Taking our route module from before, here are a few small, but useful UX improve
2. Focus the input when server side form validation fails
3. Animate in the error messages
```jsx nocopy lines=[4-6,8-12,23-26,29-31]
```jsx nocopy lines=[4-6,8-12,23-26,30-32]
export default function Projects() {
const projects = useLoaderData();
const actionData = useActionData();
Expand Down

0 comments on commit da85e4a

Please sign in to comment.