mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-24 18:52:55 +01:00
adding missing comma in tutorial-piace-of-art
This commit is contained in:
parent
eecf68c676
commit
27612bf92a
@ -48,7 +48,7 @@ The first step required is the definition of the asset field that represents the
|
||||
```js
|
||||
const painting = {
|
||||
name: 'Meninas',
|
||||
author: 'Diego Rodríguez de Silva y Velázquez'
|
||||
author: 'Diego Rodríguez de Silva y Velázquez',
|
||||
place: 'Madrid',
|
||||
year: '1656'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user