Skip to content

Commit 28a8ff1

Browse files
committed
typo
1 parent 13e4a73 commit 28a8ff1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/cdn-es5/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var Datagrid = ActiveWidgets.React.Datagrid;
33

44
var rows = [
5-
{ framework: 'React', source: 'CDN', landuage: 'ES5'}
5+
{ framework: 'React', source: 'CDN', language: 'ES5'}
66
];
77

88
var App = React.createElement(Datagrid, {rows: rows});
4 Bytes
Loading

0 commit comments

Comments
 (0)