Skip to content

Commit e94ace4

Browse files
authored
docs(README): fixes small grammartical typo (#488)
1 parent 0a02acb commit e94ace4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ require("flutter-tools").setup {
233233
-- Whether to call toString() on objects in debug views like hovers and the
234234
-- variables list.
235235
-- Invoking toString() has a performance cost and may introduce side-effects,
236-
-- although users may expected this functionality. null is treated like false.
236+
-- although users may expect this functionality. null is treated like false.
237237
evaluate_to_string_in_debug_views = true,
238238
-- 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.
239239
-- register_configurations = function(paths)

0 commit comments

Comments
 (0)