From fe68da40bf0dc58a160c7d2b4e6fe45ce23f1943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Fri, 8 Sep 2023 11:37:01 -0500 Subject: [PATCH] Update get-remix-route-params-in-entry-server.md --- content/tutorials/get-remix-route-params-in-entry-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/get-remix-route-params-in-entry-server.md b/content/tutorials/get-remix-route-params-in-entry-server.md index da8665b..4c62a64 100644 --- a/content/tutorials/get-remix-route-params-in-entry-server.md +++ b/content/tutorials/get-remix-route-params-in-entry-server.md @@ -1,6 +1,6 @@ #@remix-run/node@1.19.3 #@remix-run/cloudflare@1.19.3 -## Get Remix route params `entry.server` +# Get Remix route params `entry.server` If you have a parameter like the locale `/:locale/*` that you want to get in entry.server for any reason, you can use the `EntryContext` object in `handleRequest` to access this information.