We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03617a commit 71382c2Copy full SHA for 71382c2
1 file changed
README.md
@@ -103,7 +103,7 @@ The `copilot.panel` module exposes the following functions:
103
require("copilot.panel").accept()
104
require("copilot.panel").jump_next()
105
require("copilot.panel").jump_prev()
106
-require("copilot.panel").open({postion, ratio})
+require("copilot.panel").open({position, ratio})
107
require("copilot.panel").refresh()
108
```
109
0 commit comments