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

Commit aefa575

Browse files
authored
Code demarcation standard > Fix syntax
1 parent 28cb71a commit aefa575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/coding-standards/code-standard-demarcation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ this.element.on('click', function() {
257257
```js
258258
options {
259259
deleteAction: '[data-action="delete"]',
260-
tooltip: '[data-role="tooltip]'
260+
tooltip: '[data-role="tooltip"]'
261261
}
262262
...
263263
this.element.find(this.options.deleteAction).on( ... );

0 commit comments

Comments
 (0)