diff --git a/include/ftxui/screen/screen.hpp b/include/ftxui/screen/screen.hpp index 0bb90a8499844bd7ec503a156a8e32ea84122c46..f73557ce4248103c4fea05174919929657c82ef0 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.