Browse Source

Merge branch 'hotfix/usage'

zhixin 6 years ago
parent
commit
8cff2d08be
1 changed files with 2 additions and 2 deletions
  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',
     field: 'price',
     title: 'Item Price'
     title: 'Item Price'
-  }, ]
+  }]
 })
 })
 {% endhighlight %}
 {% endhighlight %}
 
 
@@ -132,6 +132,6 @@ $('#table').bootstrapTable({
   }, {
   }, {
     field: 'price',
     field: 'price',
     title: 'Item Price'
     title: 'Item Price'
-  }, ]
+  }]
 })
 })
 {% endhighlight %}
 {% endhighlight %}