浏览代码

Merge branch 'hotfix/usage'

zhixin 6 年之前
父节点
当前提交
8cff2d08be
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      site/docs/getting-started/usage.md

+ 2 - 2
site/docs/getting-started/usage.md

@@ -112,7 +112,7 @@ $('#table').bootstrapTable({
   }, {
     field: 'price',
     title: 'Item Price'
-  }, ]
+  }]
 })
 {% endhighlight %}
 
@@ -132,6 +132,6 @@ $('#table').bootstrapTable({
   }, {
     field: 'price',
     title: 'Item Price'
-  }, ]
+  }]
 })
 {% endhighlight %}