Skip to content

Commit 5d24a0f

Browse files
committed
docs: correct wording for serializable option description in README
1 parent 167e339 commit 5d24a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ register(TextSelection, 'text-selection', [], { shadow: true });
107107

108108
### `serializable` option
109109

110-
The `serializable` option is set, the shadow root may be serialized.
110+
If the `serializable` option is set, the shadow root may be serialized.
111111

112112
```js
113113
register(MyComponent, 'my-element', [], {

0 commit comments

Comments
 (0)