vweb: fix typo in README.md (#19206)

usefull -> useful
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-23 03:34:24 +09:00 committed by GitHub
parent c0950873a4
commit ffea6eb52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -403,7 +403,7 @@ can think of it as a chain.
### Context values
You can store a value pair in vweb's context. It is especially usefull for passing variables
You can store a value pair in vweb's context. It is especially useful for passing variables
from a middleware function to the route handler.
**Example**: