Skip to content

Commit

Permalink
Small fix API.md (#721)
Browse files Browse the repository at this point in the history
It is small fix in the example for Positioning a marker
  • Loading branch information
Artem authored and itsmichaeldiego committed Feb 18, 2019
1 parent 953da99 commit 7b02e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -249,7 +249,7 @@ Example (centering the marker):
```javascript
const greatPlaceStyle = {
position: 'absolute',
transform: 'translate(-50%, -50%)';
transform: 'translate(-50%, -50%)'
}
```

Expand Down

0 comments on commit 7b02e7e

Please sign in to comment.