diff options
author | 2023-02-25 04:44:03 -0600 | |
---|---|---|
committer | 2023-02-25 02:44:03 -0800 | |
commit | 1e6faa38151c2b6c5483dde6bbae5873e2a6558a (patch) | |
tree | fb32cd57f8cefb4cd65e21352fe4d24ee975bf3e | |
parent | 40ebc994f90534d7cbb2b5ad6503dc79f9be364a (diff) | |
download | bun-1e6faa38151c2b6c5483dde6bbae5873e2a6558a.tar.gz bun-1e6faa38151c2b6c5483dde6bbae5873e2a6558a.tar.zst bun-1e6faa38151c2b6c5483dde6bbae5873e2a6558a.zip |
Update hono.md (#2171)
-rw-r--r-- | docs/ecosystem/hono.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ecosystem/hono.md b/docs/ecosystem/hono.md index d63975e48..c89dce9f7 100644 --- a/docs/ecosystem/hono.md +++ b/docs/ecosystem/hono.md @@ -1,4 +1,4 @@ -[Hono](https://github.com/honojs/hono) is a lightwaight ultrafast web framework designed for the edge. +[Hono](https://github.com/honojs/hono) is a lightweight ultrafast web framework designed for the edge. ```ts import { Hono } from 'hono' |