Skip to content

Commit 5fd6c6b

Browse files
committed
typos in docs
1 parent 9e7031f commit 5fd6c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kitty/rc/create_marker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
class CreateMarker(RemoteCommand):
1919

2020
'''
21-
match: Which window to detach
22-
self: Boolean indicating whether to detach the window the command is run in
21+
match: Which window to create the marker in
22+
self: Boolean indicating whether to create marker in the window the command is run in
2323
marker_spec: A list or arguments that define the marker specification, for example: ['text', '1', 'ERROR']
2424
'''
2525

0 commit comments

Comments
 (0)