Skip to content

Commit d1eceaf

Browse files
authored
Update README.md
1 parent 52147a7 commit d1eceaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can disable the feature setting `lsp-dart-fringe-colors` to `nil`.
6767

6868
### Flutter widget guides
6969

70-
Display widget guide lines from parent to child widgets on flutter. [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
70+
Display widget guide lines from parent to children widgets on flutter. [:warning:*](#warning-features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-and-above)
7171

7272
![flutter-widget-guides](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/flutter-widget-guides.png)
7373

@@ -96,7 +96,7 @@ You only need to run `dap-dart-setup` one time to setup the debugger.
9696
* `lsp-dart-outline-position-params` - The outline tree position params. Defaults to side.
9797
* `lsp-dart-flutter-outline-position-params` - The Flutter outline tree position params. Defaults to side.
9898
* `lsp-dart-fringe-colors` - Enable the Flutter colors on fringe. Defaults to t.
99-
* `lsp-dart-flutter-widget-guides` - Enable the Flutter widget guide lines from parent to child widgets. Defaults to t.
99+
* `lsp-dart-flutter-widget-guides` - Enable the Flutter widget guide lines from parent to children widgets. Defaults to t.
100100

101101
## Additional packages
102102
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.

0 commit comments

Comments
 (0)