Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Resolve code quotation error. #6072

Merged
merged 3 commits into from
Nov 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Callback that is invoked when user clicks outside of the element.

```html
<div id="target" outerClick="function () {
console.log('Clicked outside of the "target" node.');
console.log('Clicked outside of the \"target\" node.');
}">
</div>
```
Expand Down