Skip to content

Commit

Permalink
Update API.md (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmichaeldiego committed Jun 11, 2018
1 parent 03cd34d commit bc63943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API.md
Expand Up @@ -240,9 +240,9 @@ Example (centering the marker):
```javascript
const greatPlaceStyle = {
position: 'absolute',
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
top: '50%';
left: '50%';
transform: 'translate(-50%, -50%)';
}
```

Expand Down

0 comments on commit bc63943

Please sign in to comment.