Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed May 6, 2024
1 parent dbb076e commit e6e4692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributors.yml
Expand Up @@ -585,6 +585,7 @@
- smathson
- smeijer
- sndrem
- soartec-lab
- sobrinho
- souredoutlook
- squidpunch
Expand Down Expand Up @@ -676,4 +677,3 @@
- zainfathoni
- zayenz
- zhe
- soartec-lab
2 changes: 1 addition & 1 deletion docs/file-conventions/routes.md
Expand Up @@ -279,7 +279,7 @@ While [dynamic segments][dynamic_segments] match a single path segment (the stuf
| URL | Matched Route |
| -------------------------------------------- | ------------------------ |
| `/` | `app/routes/_index.tsx` |
| `/about` | `app/routes/about.tsx` |
| `/about` | `app/routes/about.tsx` |
| `/beef/and/cheese` | `app/routes/$.tsx` |
| `/files` | `app/routes/files.$.tsx` |
| `/files/talks/remix-conf_old.pdf` | `app/routes/files.$.tsx` |
Expand Down

0 comments on commit e6e4692

Please sign in to comment.