diff options
Diffstat (limited to 'docs/api/file-system-router.md')
-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 |