diff options
author | 2023-03-11 14:58:33 +0530 | |
---|---|---|
committer | 2023-03-11 01:28:33 -0800 | |
commit | d61e90d558d3e1faef1b6f75e26df4b2cc111ff7 (patch) | |
tree | 1208ae00de2eae65e85dadf087b231698d883790 /docs/api | |
parent | a4fdc1e0d50b7cf2eda3797242f38510085689a0 (diff) | |
download | bun-d61e90d558d3e1faef1b6f75e26df4b2cc111ff7.tar.gz bun-d61e90d558d3e1faef1b6f75e26df4b2cc111ff7.tar.zst bun-d61e90d558d3e1faef1b6f75e26df4b2cc111ff7.zip |
Update file-system-router.md (#2365)
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/file-system-router.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/file-system-router.md b/docs/api/file-system-router.md index e55376446..964652401 100644 --- a/docs/api/file-system-router.md +++ b/docs/api/file-system-router.md @@ -1,4 +1,4 @@ -Bun provides a fast API for resolving routes against file-system paths. This API is primarily intended by library authors. At the moment only Next.js-style file-system routing is supported, but other styles may be added in the future. +Bun provides a fast API for resolving routes against file-system paths. This API is primarily intended for library authors. At the moment only Next.js-style file-system routing is supported, but other styles may be added in the future. ## Next.js-style |