Skip to content

Commit

Permalink
docs: specify period as a delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
francisfuzz committed Jun 28, 2024
1 parent dc284dc commit 865a15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_guide/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class HelloWorldElement extends HTMLElement {
The target syntax follows a pattern of `controller.target`.

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

### Multiple Targets
Expand Down

0 comments on commit 865a15c

Please sign in to comment.