Skip to content

Commit a6bad86

Browse files
committed
📘 doc: add after handle
1 parent 8e94893 commit a6bad86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/elysia-07.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,15 @@ Further more, scoped is now truly scoped down both in runtime, and type level wh
363363
This is exciting from maintainer side because previously, it's almost impossible to truly encapsulate the scope the an instance, but using `mount` and WinterCG compilance, we are finally able to truly encapsulate the instance of the plugin while providing a soft link with main instance property like `state`, `decorate`.
364364

365365
## Text based status
366-
There are over 64 standard HTTP status codes to remember, and to admit it, sometime we forget them and search it on MDN.
366+
There are over 64 standard HTTP status codes to remember, and I admit that sometime we also forget the status we want to use.
367367

368368
This is why we ship 64 HTTP Status codes in text-based form with autocompletion for you.
369369

370370
![Example of using text-base status code](/blog/elysia-07/teapot.webp)
371371

372372
Text will then resolved to status code automatically as expected.
373373

374-
As you type, there should be auto-completion for text popup automatically for your IDE, whether it's NeoVim or VSCode, as it's a built-in TypeScript fefature.
374+
As you type, there should be auto-completion for text popup automatically for your IDE, whether it's NeoVim or VSCode, as it's a built-in TypeScript feature.
375375

376376
![Text-base status code showing auto-completion](/blog/elysia-07/teapot-autocompletion.webp)
377377

0 commit comments

Comments
 (0)