diff --git a/include/ftxui/screen/screen.hpp b/include/ftxui/screen/screen.hpp index 0bb90a8..f73557c 100644 --- a/include/ftxui/screen/screen.hpp +++ b/include/ftxui/screen/screen.hpp @@ -18,7 +18,7 @@ struct Pixel { bool operator==(const Pixel& other) const; // The graphemes stored into the pixel. To support combining characters, - // like: a⃦, this can potentially contains multiple codepoitns. + // like: a⃦, this can potentially contain multiple codepoints. std::string character = " "; // The hyperlink associated with the pixel.