Skip to content

Commit

Permalink
fix: wrong parentheses in the optional segments changeset (#4825)
Browse files Browse the repository at this point in the history
* fix: wrong parentheses in the optional segments changeset

* add: akamfoad to the contributers
  • Loading branch information
akamfoad authored Dec 11, 2022
1 parent a637a3a commit 6a6fa59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/moody-pants-own.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Optional segments won't be available in Remix until Remix is built on top of Rea
Converts segments surrounded by parenthesis into optional segments for React Router.
For example `/($lang)/about` will be converted to `/:lang?/about` in React Router.

This means `/($lang/about)` would match:
This means `/($lang)/about` would match:

```
/en/about
Expand Down
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,4 @@
- zainfathoni
- zhe
- dabdine
- akamfoad

0 comments on commit 6a6fa59

Please sign in to comment.