Skip to content

Commit 8e36cae

Browse files
authored
[doc] LiveProps: writable instead of modifiable
1 parent 1424ea0 commit 8e36cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ class EditPostComponent
10561056

10571057
With this, both the `title` and the `content` properties of the
10581058
`$post` property _can_ be modified by the user. However, notice
1059-
that the `LiveProp` does _not_ have `modifiable=true`. This
1059+
that the `LiveProp` does _not_ have `writable=true`. This
10601060
means that while the `title` and `content` properties can be
10611061
changed, the `Post` object itself **cannot** be changed. In other
10621062
words, if the component was originally created with a Post

0 commit comments

Comments
 (0)