Skip to content

Commit 5505b17

Browse files
ymandrikovpsd-coder
authored andcommitted
Update README.md
"elements elements"
1 parent f952641 commit 5505b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Set `attribute: false` to create a prop that lives only as a JS property and a N
193193

194194
### Refs
195195

196-
Declare typed element references via `withRefs`. Refs query the component's own DOM, skipping elements inside nested custom elements elements by default.
196+
Declare typed element references via `withRefs`. Refs query the component's own DOM, skipping elements inside nested custom elements by default.
197197

198198
`r.one()` returns a single element (throws if missing), `r.many()` returns an array (throws if empty). When you pass a tag name, it's used for both **type inference** and **runtime validation**:
199199

0 commit comments

Comments
 (0)