Skip to content

Commit 0ab8b4e

Browse files
authored
docs: Update quickcharts.rst for typo gold to goal (#2217)
Update quickcharts.rst for typo gold to goal
1 parent 9067f5a commit 0ab8b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickcharts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Direct Data Charts
1717
These charts can display multiple series, based on columns or methods defined on models.
1818
You can display multiple charts on the same view.
1919

20-
Let's create a simple model first, the gold is to display a chart showing the unemployment evolution
20+
Let's create a simple model first, the goal is to display a chart showing the unemployment evolution
2121
versus the percentage of the population with higher education, our model will be::
2222

2323
class CountryStats(Model):
@@ -126,7 +126,7 @@ You can display multiple charts on the same view. This data can be grouped and a
126126

127127
Let's create some simple models first, base on the prior example but this time lets make our models
128128
support has many countries has we like.
129-
The gold is to display a chart showing the unemployment
129+
The goal is to display a chart showing the unemployment
130130
versus the percentage of the population with higher education per country::
131131

132132
from flask_appbuilder import Model

0 commit comments

Comments
 (0)