Skip to content

Commit 865a15c

Browse files
committed
docs: specify period as a delimiter
1 parent dc284dc commit 865a15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_guide/targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class HelloWorldElement extends HTMLElement {
5555
The target syntax follows a pattern of `controller.target`.
5656

5757
- `controller` must be the name of a controller ascendant to the element.
58+
- `.` is the required delimiter between `controller` and `target`.
5859
- `target` must be the name matching that of a `@target` (or `@targets`) annotated field within the Controller code.
5960

6061
### Multiple Targets

0 commit comments

Comments
 (0)