Skip to content

Commit 39f0366

Browse files
authored
chore(docs): line highlights again
1 parent 68a17fd commit 39f0366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ export function deleteInvoice(number) {
807807
808808
Now let's add the delete button, call our new function, and navigate to the index route:
809809
810-
```js lines=[1-2,5,16-24] filename=src/routes/invoice.jsx
810+
```js lines=[1-2,5,17-24] filename=src/routes/invoice.jsx
811811
import { useParams, useNavigate } from "react-router-dom";
812812
import { getInvoice, deleteInvoice } from "../data";
813813

0 commit comments

Comments
 (0)