Shorthand labels key in getting started (#9465)

* Shorthand labels key in getting started

* Change to longhand
This commit is contained in:
Yash Singh 2021-07-27 13:48:14 -07:00 committed by GitHub
parent 243c9707d6
commit c0d8dd9d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ const data = {
// <block:config:0>
const config = {
type: 'line',
data,
data: data,
options: {}
};
// </block:config>