Skip to content

Commit

Permalink
Merge pull request chartist-js#614 from David-Hari/patch-1
Browse files Browse the repository at this point in the history
Fixed some typos
  • Loading branch information
gionkunz committed Feb 21, 2016
2 parents e40e049 + 312affb commit 66bfc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/data/pages/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sections:
classes: ct-golden-section
intro: >
Chartist will figure out if your browser supports foreignObject and it will use them to create labels
that re based on regular HTML text elements. Multi-line and regular CSS styles are just two of many
that are based on regular HTML text elements. Multi-line and regular CSS styles are just two of many
benefits while using foreignObjects!
- type: live-example
data:
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/charts/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
* ]
* };
*
* // In adition to the regular options we specify responsive option overrides that will override the default configutation based on the matching media queries.
* // In addition to the regular options we specify responsive option overrides that will override the default configutation based on the matching media queries.
* var responsiveOptions = [
* ['screen and (min-width: 641px) and (max-width: 1024px)', {
* showPoint: false,
Expand Down

0 comments on commit 66bfc4b

Please sign in to comment.