Skip to content

Commit dbd8759

Browse files
authored
Merge pull request #409 from ericqu/patch-1
fixed typo
2 parents cb63ba5 + e7d24c0 commit dbd8759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/examples_maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ us10m = dataset("us-10m")
159159
rows = dataset("population_engineers_hurricanes")
160160
161161
@vlplot(
162-
description="the population per state, engineers per state, and hurricanes per state",
162+
title="The population per state, engineers per state, and hurricanes per state",
163163
repeat={
164164
row=["population", "engineers", "hurricanes"]
165165
},

0 commit comments

Comments
 (0)