Skip to content

Commit 6dcc23d

Browse files
authored
Update README.md (#387)
1 parent 6e379de commit 6dcc23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/desktop_multi_window/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Pub](https://img.shields.io/pub/v/desktop_multi_window.svg)](https://pub.dev/packages/desktop_multi_window)
44

5-
A flutter plugin that create and manager multi window in desktop.
5+
A flutter plugin to create and manage multi window in desktop.
66

77
| | |
88
|---------|-----|
@@ -34,7 +34,7 @@ window
3434

3535
### Invoke remote window method.
3636

37-
The windows run on different flutter engine. So we need use `DesktopMultiWindow.setMethodCallHandler`
37+
The windows run on different flutter engine. So we need to use `DesktopMultiWindow.setMethodCallHandler`
3838
and `DesktopMultiWindow.invokeMethod` to handle method calls between windows.
3939

4040
```

0 commit comments

Comments
 (0)