Skip to content

Commit c4f0032

Browse files
committed
Fix typo in flavors doc
1 parent c31e76a commit c4f0032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basemaps/flavors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Use [ES6 spread syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/
5555

5656
```ts
5757
import { namedFlavor } from "@protomaps/basemaps"
58-
let flavor = {...namedFlavor("light"),buildings:"red")
58+
let flavor = {...namedFlavor("light"),buildings:"red"}
5959
```

0 commit comments

Comments
 (0)