mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
Fix some typos (#4018)
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
//! On completion of reading this doc, you should have a good understanding of:
|
||||
//! - The distinction between token traits and trait implementations in FRAME, and why this
|
||||
//! distinction is helpful
|
||||
//! - Token-related traits avaliable in FRAME
|
||||
//! - Token-related traits available in FRAME
|
||||
//! - Token-related trait implementations in FRAME
|
||||
//! - How to choose the right trait or trait implementation for your use case
|
||||
//! - Where to go next
|
||||
@@ -38,7 +38,7 @@
|
||||
//! [tightly coupling](crate::reference_docs::frame_pallet_coupling#tight-coupling-pallets) your
|
||||
//! custom pallet to [`pallet_balances`].
|
||||
//!
|
||||
//! However, to keep pallets flexible and modular, it is often prefered to
|
||||
//! However, to keep pallets flexible and modular, it is often preferred to
|
||||
//! [loosely couple](crate::reference_docs::frame_pallet_coupling#loosely--coupling-pallets).
|
||||
//!
|
||||
//! To achieve loose coupling,
|
||||
|
||||
Reference in New Issue
Block a user