adding missing comma in tutorial-piace-of-art

This commit is contained in:
unknown 2018-05-24 15:22:39 +02:00
parent eecf68c676
commit 27612bf92a
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}