Skip to content

Commit

Permalink
Fix typo in file-route-conventions (remix-run#12471)
Browse files Browse the repository at this point in the history
* fix typo in file-route-conventions

* Update contributors.yml
  • Loading branch information
torztomasz authored Dec 5, 2024
1 parent c19a6c5 commit 9819f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
- tomasr8
- tony-sn
- TooTallNate
- torztomasz
- tosinamuda
- triangularcube
- trungpv1601
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/file-route-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ If you want one of the special characters used for these route conventions to ac
| `app/routes/weird-url.[_index].tsx` | `/weird-url/_index` |
| `app/routes/dolla-bills-[$].tsx` | `/dolla-bills-$` |
| `app/routes/[[so-weird]].tsx` | `/[so-weird]` |
| `app/routes/reports.$id[.pdf].ts | `/reports/123.pdf |
| `app/routes/reports.$id[.pdf].ts` | `/reports/123.pdf` |

## Folders for Organization

Expand Down

0 comments on commit 9819f96

Please sign in to comment.