fix(examples): remove typo in demo text

This commit is contained in:
Cokemonkey11 2020-06-15 21:46:45 +01:00 committed by GitHub
parent 7251186762
commit 2b48409cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ where
B: Backend,
{
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::raw(" "),
Text::styled("the", Style::default().fg(Color::Green)),