Skip to content

Commit

Permalink
Remove 2 as added line
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vsanchez committed Jan 30, 2023
1 parent dfb179c commit 32d45f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/jokes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ But if there's an error, you can return an object with the error messages and th

<summary>app/routes/jokes/new.tsx</summary>

```tsx filename=app/routes/jokes/new.tsx lines=[2-3,6,8-12,14-18,28-32,35-38,40-46,53,64,66-74,77-85,91,93-101,104-112,115-122]
```tsx filename=app/routes/jokes/new.tsx lines=[3,6,8-12,14-18,28-32,35-38,40-46,53,64,66-74,77-85,91,93-101,104-112,115-122]
import type { ActionArgs } from "@remix-run/node";
import { redirect } from "@remix-run/node";
import { useActionData } from "@remix-run/react";
Expand Down

0 comments on commit 32d45f2

Please # to comment.