mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
fix some typos
This commit is contained in:
parent
d987225ac8
commit
fd48719040
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
|||
//! ## Building a User Interface (UI)
|
||||
//!
|
||||
//! Every component of your interface will be implementing the `Widget` trait. The library comes
|
||||
//! with a predefined set of widgets that should met most of your use cases. You are also free to
|
||||
//! implement your owns.
|
||||
//! with a predefined set of widgets that should meet most of your use cases. You are also free to
|
||||
//! implement your own.
|
||||
//!
|
||||
//! Each widget follows a builder pattern API providing a default configuration along with methods
|
||||
//! to customize them. The widget is then registered using its `render` method that take a `Frame`
|
||||
|
|
Loading…
Reference in a new issue