Skip to content

Commit ffea6eb

Browse files
author
Ikko Eltociear Ashimine
authored
vweb: fix typo in README.md (#19206)
usefull -> useful
1 parent c095087 commit ffea6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/vweb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ can think of it as a chain.
403403

404404
### Context values
405405

406-
You can store a value pair in vweb's context. It is especially usefull for passing variables
406+
You can store a value pair in vweb's context. It is especially useful for passing variables
407407
from a middleware function to the route handler.
408408

409409
**Example**:

0 commit comments

Comments
 (0)