diff --git a/content/posts/2022.05.01.react-navigation-path-as-parameter.md b/content/posts/2022.05.01.react-navigation-path-as-parameter.md index 4867580..8582e5c 100644 --- a/content/posts/2022.05.01.react-navigation-path-as-parameter.md +++ b/content/posts/2022.05.01.react-navigation-path-as-parameter.md @@ -16,7 +16,7 @@ into [Bulgur Cloud](https://github.com/SeriousBug/bulgur-cloud) and I hit an issue when trying to use a path as a parameter. What I wanted to do was to have a route where the rest of the path in the route -would be a paramete. For example, I can do this in my backend: +would be a parameter. For example, I can do this in my backend: ```rust #[get("/s/{store}/{path:.*}")]