fixed docs

This commit is contained in:
Maccesch 2023-06-02 20:27:28 +01:00
parent 469aa4b31e
commit 9e3ae03537
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<p align="center"> Collection of essential Leptos utilities inspired by SolidJS-USE / VueUse</p>
<p align="center">
<a href="https://github.com/synphonyte/leptos-use"><b>Guide</b></a>
<a href="https://leptos-use.rs"><b>Guide</b></a>
<a href="https://docs.rs/leptos-use"><b>Docs.rs</b></a>
<a href="https://crates.io/crates/leptos-use"><b>Crates.io</b></a>
</p>

View file

@ -37,7 +37,7 @@ use wasm_bindgen::JsCast;
/// ### With Offsets
///
/// You can provide offsets when you use [`use_scroll_with_options`].
/// These offsets are threshold in pixels when we a side is considered to have arrived. This is reflected in the return field `arrived_state`.
/// These offsets are thresholds in pixels when a side is considered to have arrived. This is reflected in the return field `arrived_state`.
///
/// ```
/// # use leptos::*;