Skip to content

Commit 82797b0

Browse files
Update docs/editor-components/editor-file.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 1cae2ff commit 82797b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/editor-components/editor-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ file.removeActive();
140140
```
141141

142142
#### [setPinnedState(value: boolean, options = { reorder = false, emit = true })](#setPinnedState)
143-
Updates Pinned State for the file, triggers reorder (if true), emits Events (editorManger `update` event with `pin-tab` as the first argument and affected File - second argument )
143+
Updates Pinned State for the file, triggers reorder (if true), emits Events (editorManager `update` event with `pin-tab` as the first argument and affected File - second argument )
144144

145145
```js
146146
file.setPinnedState(false, {})

0 commit comments

Comments
 (0)