Skip to content

Commit 0618346

Browse files
author
DaddyWarbucks
committed
Fix Typos
1 parent d59079c commit 0618346

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ It takes the following props
300300

301301
### Using the DOM style atrribute
302302

303-
You may have noticed that the `style` prop is used as Google param, rather than passed to the `<img style={...}>`. This is because Google has a `style` param and this lib aims to have parity with the Google params. If you need to add a `style` DOM attribute, use the `as` prop. For example,
303+
You may have noticed that the `style` prop is used as a Google param, rather than passed to the `<img style={...}>`. This is because Google has a `style` param and this lib aims to have parity with the Google params. If you need to add a `style` DOM attribute, use the `as` prop. For example,
304304

305305
```jsx
306306
<StaticGoogleMap as={props => <img {...props} style={...yourStyles} />}>
@@ -312,6 +312,6 @@ You may have noticed that the `style` prop is used as Google param, rather than
312312

313313
Google Static Maps API URLs are restricted to `8192` characters in size. In practice, you will probably not have need for URLs longer than this, unless you produce complicated maps with a high number of markers and paths.
314314

315-
## License Brug
315+
## License
316316

317317
[MIT](LICENSE).

0 commit comments

Comments
 (0)