mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
fix(examples): remove typo in demo text
This commit is contained in:
parent
7251186762
commit
2b48409cfd
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ where
|
||||||
B: Backend,
|
B: Backend,
|
||||||
{
|
{
|
||||||
let text = [
|
let text = [
|
||||||
Text::raw("This is a paragraph with several lines. You can change style your text the way you want.\n\nFox example: "),
|
Text::raw("This is a paragraph with several lines. You can change style your text the way you want.\n\nFor example: "),
|
||||||
Text::styled("under", Style::default().fg(Color::Red)),
|
Text::styled("under", Style::default().fg(Color::Red)),
|
||||||
Text::raw(" "),
|
Text::raw(" "),
|
||||||
Text::styled("the", Style::default().fg(Color::Green)),
|
Text::styled("the", Style::default().fg(Color::Green)),
|
||||||
|
|
Loading…
Reference in a new issue