diff --git a/include/ftxui/component/component_options.hpp b/include/ftxui/component/component_options.hpp index 7b02f0f..776d351 100644 --- a/include/ftxui/component/component_options.hpp +++ b/include/ftxui/component/component_options.hpp @@ -94,7 +94,7 @@ struct MenuOption { std::function elements_postfix; // Observers: - std::function on_change; ///> Called when the seelcted entry changes. + std::function on_change; ///> Called when the selected entry changes. std::function on_enter; ///> Called when the user presses enter. Ref focused_entry = 0; };