From ffea6eb52d579a85e78648e5c84bb3116de04b22 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 23 Aug 2023 03:34:24 +0900 Subject: [PATCH] vweb: fix typo in README.md (#19206) usefull -> useful --- vlib/vweb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/vweb/README.md b/vlib/vweb/README.md index 2cb5783f6b..3c96e0cdac 100644 --- a/vlib/vweb/README.md +++ b/vlib/vweb/README.md @@ -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**: