From 8e36caef41d3bbbeee9f72fc24b4afc1dbd53a3e Mon Sep 17 00:00:00 2001 From: Gilles Doge Date: Sun, 21 Nov 2021 13:45:00 +0100 Subject: [PATCH] [doc] LiveProps: writable instead of modifiable --- src/LiveComponent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LiveComponent/README.md b/src/LiveComponent/README.md index ff1743325d0..af2273d293f 100644 --- a/src/LiveComponent/README.md +++ b/src/LiveComponent/README.md @@ -1056,7 +1056,7 @@ class EditPostComponent With this, both the `title` and the `content` properties of the `$post` property _can_ be modified by the user. However, notice -that the `LiveProp` does _not_ have `modifiable=true`. This +that the `LiveProp` does _not_ have `writable=true`. This means that while the `title` and `content` properties can be changed, the `Post` object itself **cannot** be changed. In other words, if the component was originally created with a Post