Skip to content

Commit a3efdb2

Browse files
committed
Fix docs as well.
1 parent 1fa57f0 commit a3efdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! Server-Side Rendering should work on all targets when feature `ssr` is enabled.
1919
//!
2020
//! ### Supported Features:
21-
//! - `render`: Enables Client-side Rendering support and [`Renderer`].
21+
//! - `csr`: Enables Client-side Rendering support and [`Renderer`].
2222
//! Only enable this feature if you are making a Yew application (not a library).
2323
//! - `ssr`: Enables Server-side Rendering support and [`ServerRenderer`].
2424
//! - `tokio`: Enables future-based APIs on non-wasm32 targets with tokio runtime. (You may want to

0 commit comments

Comments
 (0)