浏览代码

docs: typo in readme

Ilya Maximov 3 年之前
父节点
当前提交
a762c25b7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -41,7 +41,7 @@ These examples are not necessarily meant to be run, but rather serve as a refere
 | [Anti-patterns](./antipatterns.rs)                  | A collection of discouraged patterns            | ✅      |
 | [Complete rsx reference](./rsx_usage.rs)            | A complete reference for all rsx! usage         | ✅      |
 | [Event Listeners](./listener.rs)                    | Attach closures to events on elements           | ✅      |
-| [Inline Props](./inlineprops.rs)                    | Using the `#[inling_props]` macro               | ✅      |
+| [Inline Props](./inlineprops.rs)                    | Using the `#[inline_props]` macro               | ✅      |
 
 
 ## Show me some examples!