Skip to content

Commit 4e9410c

Browse files
committed
add back apostrophe around attribute names
1 parent c0b6a06 commit 4e9410c

File tree

2 files changed

+1200
-1200
lines changed

2 files changed

+1200
-1200
lines changed

src/plot_api/plot_schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ function mergeValTypeAndRole(attrs) {
603603
function makeSrcAttr(attrName) {
604604
return {
605605
valType: 'string',
606-
description: 'Sets the source reference on Chart Studio Cloud for ' + attrName + '.',
606+
description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.',
607607
editType: 'none'
608608
};
609609
}

0 commit comments

Comments
 (0)