From 09eb200a38f60aaae9d5c8f47b1b200e7d7bb06a Mon Sep 17 00:00:00 2001 From: Syed Tajir Hasnain Date: Tue, 29 Jul 2025 11:04:20 +0600 Subject: [PATCH] docs(README): fixes small grammartical typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60fbe2..51a11a4 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ require("flutter-tools").setup { -- Whether to call toString() on objects in debug views like hovers and the -- variables list. -- Invoking toString() has a performance cost and may introduce side-effects, - -- although users may expected this functionality. null is treated like false. + -- although users may expect this functionality. null is treated like false. evaluate_to_string_in_debug_views = true, -- You can use the `debugger.register_configurations` to register custom runner configuration (for example for different targets or flavor). Plugin automatically registers the default configuration, but you can override it or add new ones. -- register_configurations = function(paths)