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

Commit 0a47cb0

Browse files
authored
Merge pull request #9130 from #9130
[Imported] Code demarcation standard > Fix syntax
2 parents 4720db1 + aefa575 commit 0a47cb0

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)