Skip to content

Commit 6121f46

Browse files
authored
Fix typo decalarative -> declarative (#109)
1 parent 52082ab commit 6121f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ const Home = props => {
7777
<div>
7878
<div>
7979
<h3 className="text-xl leading-6 xl:text-2xl font-bold text-gray-900">
80-
Succinct & Decalarative
80+
Succinct & Declarative
8181
</h3>
8282
<p className="mt-2 lg:mt-4 text-base xl:text-lg lg:leading-normal leading-6 text-gray-600">
8383
Time is short for front-end developers as it is, so having
84-
a charting system that is decalarative, succinct and
84+
a charting system that is declarative, succinct and
8585
requires as little imperative scripting as possible not
8686
only helps you keep moving forward but lets you express
8787
your data visualization needs at the speed of your

0 commit comments

Comments
 (0)