Fix code spell lint in CI (#8634)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
nishuyes
2024-06-06 17:11:01 +08:00
committed by GitHub
parent ffd3153587
commit b11c83cee6
8 changed files with 12 additions and 8 deletions

View File

@ -281,7 +281,7 @@ pub trait NodeComponentsBuilder<Node: FullNodeTypes>: Send {
/// The components for the node with the given types
type Components: NodeComponents<Node>;
/// Consumes the type and returns the crated components.
/// Consumes the type and returns the created components.
fn build_components(
self,
ctx: &BuilderContext<Node>,