diff --git a/contributors.yml b/contributors.yml index aedeed1663..3b9969439d 100644 --- a/contributors.yml +++ b/contributors.yml @@ -22,3 +22,4 @@ - timdorr - turansky - vijaypushkin +- underager diff --git a/docs/getting-started/tutorial.md b/docs/getting-started/tutorial.md index 8346e72326..19d9bfb958 100644 --- a/docs/getting-started/tutorial.md +++ b/docs/getting-started/tutorial.md @@ -170,7 +170,7 @@ export default function Invoices() { } ``` -Finally, let's teach React Router how to render our app at different URLs by creating our first "Route Config" inside of `main.jsx`. +Finally, let's teach React Router how to render our app at different URLs by creating our first "Route Config" inside of `main.jsx` or `index.js`. ```tsx lines=[2,4-5,13-19] filename=src/main.jsx import { render } from "react-dom";