docs: fix typos and grammar (#1055)

This commit is contained in:
Arthur Sonzogni
2025-06-04 19:40:43 +02:00
committed by GitHub
parent 44dcd41b5e
commit 3367c3a005
14 changed files with 43 additions and 44 deletions

View File

@@ -15,8 +15,8 @@
namespace ftxui {
/// @brief Display a vertical scrollbar to the right.
/// colors.
/// @brief Display a vertical scrollbar on the right.
/// Colors follow the content.
/// @ingroup dom
Element vscroll_indicator(Element child) {
class Impl : public NodeDecorator {
@@ -70,8 +70,8 @@ Element vscroll_indicator(Element child) {
return std::make_shared<Impl>(std::move(child));
}
/// @brief Display an horizontal scrollbar to the bottom.
/// colors.
/// @brief Display a horizontal scrollbar at the bottom.
/// Colors follow the content.
/// @ingroup dom
Element hscroll_indicator(Element child) {
class Impl : public NodeDecorator {