mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
docs: spelling error (#651)
This commit is contained in:
parent
81401a738c
commit
17c12823db
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ a `struct ProgressBarProps`, and struct fields cannot be `impl` types.
|
|||
### `into` Props
|
||||
|
||||
There’s one more way we could implement this, and it would be to use `#[prop(into)]`.
|
||||
This attribute automatically calls `.into()` on the values you pass as proprs,
|
||||
which allows you to pass props of different values easily.
|
||||
This attribute automatically calls `.into()` on the values you pass as props,
|
||||
which allows you to easily pass props with different values.
|
||||
|
||||
In this case, it’s helpful to know about the
|
||||
[`Signal`](https://docs.rs/leptos/latest/leptos/struct.Signal.html) type. `Signal`
|
||||
|
|
Loading…
Reference in a new issue