docs: fix grammar in ratatui-widgets README (#1885)

Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
This commit is contained in:
Sevki
2025-06-01 21:14:59 +01:00
committed by GitHub
parent 89b74214d9
commit 92b6a16bde
2 changed files with 8 additions and 8 deletions

View File

@@ -8,8 +8,8 @@
<!-- cargo-rdme start -->
**ratatui-widgets** contains all the widgets that were previously part of the [Ratatui] crate.
It is meant to be used in conjunction with `ratatui`, which provides the core functionality
for building terminal user interfaces.
It is meant to be used in conjunction with `ratatui`, which provides the core functionality for
building terminal user interfaces.
[Ratatui]: https://crates.io/crates/ratatui
@@ -19,8 +19,8 @@ internally uses these widgets, or if you prefer finer grained dependencies, you
depend on this crate rather than transitively through the `ratatui` crate.
Previously, a crate named `ratatui-widgets` was published with some formative ideas about an
eventual Ratatui framework. That crate is now move to [tui-framework-experiment], pending a new
name.
eventual Ratatui framework. That crate has now moved to [tui-framework-experiment], pending a
new name.
[tui-framework-experiment]: https://crates.io/crates/tui-framework-experiment

View File

@@ -8,8 +8,8 @@
)]
#![warn(missing_docs)]
//! **ratatui-widgets** contains all the widgets that were previously part of the [Ratatui] crate.
//! It is meant to be used in conjunction with `ratatui`, which provides the core functionality
//! for building terminal user interfaces.
//! It is meant to be used in conjunction with `ratatui`, which provides the core functionality for
//! building terminal user interfaces.
//!
//! [Ratatui]: https://crates.io/crates/ratatui
//!
@@ -19,8 +19,8 @@
//! depend on this crate rather than transitively through the `ratatui` crate.
//!
//! Previously, a crate named `ratatui-widgets` was published with some formative ideas about an
//! eventual Ratatui framework. That crate is now move to [tui-framework-experiment], pending a new
//! name.
//! eventual Ratatui framework. That crate has now moved to [tui-framework-experiment], pending a
//! new name.
//!
//! [tui-framework-experiment]: https://crates.io/crates/tui-framework-experiment
//!