We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b4e37 commit 25e1478Copy full SHA for 25e1478
docs/know-problems.md
@@ -1,7 +1,7 @@
1
# Known Problems
2
3
There are some problems I discovered during development.
4
-And I don't think it has to do anything with crossterm but it has to do whit how terminals handle ANSI or WinApi.
+And I don't think it has to do anything with crossterm but it has to do with how terminals handle ANSI or WinApi.
5
6
## WinAPI
7
src/style/types/colored.rs
@@ -19,7 +19,7 @@ pub enum Colored {
19
/// A background color.
20
BackgroundColor(Color),
21
/// An underline color.
22
- /// Imporant: doesnt work on windows 10 or lower.
+ /// Important: doesn't work on windows 10 or lower.
23
UnderlineColor(Color),
24
}
25
0 commit comments