Skip to content

Commit

Permalink
docs: Remove invalid self-closing tag (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer committed Dec 19, 2023
1 parent 349dc16 commit 1153d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ with a matching name, the corresponding callback _will not_ be invoked again.
Always use camelCase to specify target names, since they map directly to properties on your controller:

```html
<span data-search-target="camelCase" />
<span data-search-target="do-not-do-this" />
<span data-search-target="camelCase"></span>
<span data-search-target="do-not-do-this"></span>
```

```js
Expand Down

0 comments on commit 1153d5c

Please sign in to comment.