Skip to content

Commit 9819f96

Browse files
authored
Fix typo in file-route-conventions (#12471)
* fix typo in file-route-conventions * Update contributors.yml
1 parent c19a6c5 commit 9819f96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
- tomasr8
284284
- tony-sn
285285
- TooTallNate
286+
- torztomasz
286287
- tosinamuda
287288
- triangularcube
288289
- trungpv1601

docs/how-to/file-route-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ If you want one of the special characters used for these route conventions to ac
290290
| `app/routes/weird-url.[_index].tsx` | `/weird-url/_index` |
291291
| `app/routes/dolla-bills-[$].tsx` | `/dolla-bills-$` |
292292
| `app/routes/[[so-weird]].tsx` | `/[so-weird]` |
293-
| `app/routes/reports.$id[.pdf].ts | `/reports/123.pdf |
293+
| `app/routes/reports.$id[.pdf].ts` | `/reports/123.pdf` |
294294

295295
## Folders for Organization
296296

0 commit comments

Comments
 (0)