From 37d186e4ee0c21e7e05625ba3e30cb85a6dd35da Mon Sep 17 00:00:00 2001 From: Luis Ricardo La Torre Date: Mon, 18 Jan 2021 08:20:16 -0500 Subject: [PATCH] Updated React grammar --- final/client/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/client/src/index.tsx b/final/client/src/index.tsx index eb7f67ea8..f36d1e328 100644 --- a/final/client/src/index.tsx +++ b/final/client/src/index.tsx @@ -39,7 +39,7 @@ const client: ApolloClient = new ApolloClient({ * - We wrap the whole app with ApolloProvider, so any component in the app can * make GraphqL requests. Our provider needs the client we created above, * so we pass it as a prop - * - We need a router, so we can navigate the app. We're using Reach router for this. + * - We need a router, so we can navigate the app. We're using React router for this. * The router chooses between which component to render, depending on the url path. * ex: localhost:3000/login will render only the `Login` component */