Skip to content

Commit 6a6fa59

Browse files
authored
fix: wrong parentheses in the optional segments changeset (#4825)
* fix: wrong parentheses in the optional segments changeset * add: akamfoad to the contributers
1 parent a637a3a commit 6a6fa59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/moody-pants-own.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Optional segments won't be available in Remix until Remix is built on top of Rea
1010
Converts segments surrounded by parenthesis into optional segments for React Router.
1111
For example `/($lang)/about` will be converted to `/:lang?/about` in React Router.
1212

13-
This means `/($lang/about)` would match:
13+
This means `/($lang)/about` would match:
1414

1515
```
1616
/en/about

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,3 +462,4 @@
462462
- zainfathoni
463463
- zhe
464464
- dabdine
465+
- akamfoad

0 commit comments

Comments
 (0)