Skip to content

Commit 61272a0

Browse files
committed
Fix typo
1 parent 568231c commit 61272a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To preserve backwards compatibility with programs that use (the now mostly obsol
99
`conhost` intercepts some escape sequences such as `OSC 10` and `OSC 11`. However, `conhost` only supports setting colors using these two sequences, [but not querying][conhost/osc].
1010

1111
An alternative approach would be to retrieve the foreground and background color by using the [Console API]. \
12-
However, for most Terminals—this includes **Windows Terminal**[incorrect colors are reported](conhost/palette). \
12+
However, for most Terminals—this includes **Windows Terminal**[incorrect colors are reported][conhost/palette]. \
1313
Using the [Console API] to retrieve colors only produces correct results in `conhost`'s own terminal window.
1414

1515

0 commit comments

Comments
 (0)