Skip to content

Commit

Permalink
[axis][docs] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 4, 2019
1 parent 254231b commit 180edf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vx-axis/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The pixel value for the width of the lines.

<a id="#AxisBottom__tickClassName" name="AxisBottom__tickClassName" href="#AxisBottom__tickClassName">#</a> *AxisBottom*.**tickClassName**&lt;string&gt;

The class name applied to each tick grou
The class name applied to each tick group.

<a id="#AxisBottom__tickComponent" name="AxisBottom__tickComponent" href="#AxisBottom__tickComponent">#</a> *AxisBottom*.**tickComponent**&lt;func&gt;

Expand Down
2 changes: 1 addition & 1 deletion packages/vx-axis/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The pixel value for the width of the lines.

<a id="#AxisBottom__tickClassName" name="AxisBottom__tickClassName" href="#AxisBottom__tickClassName">#</a> *AxisBottom*.**tickClassName**&lt;string&gt;

The class name applied to each tick grou
The class name applied to each tick group.

<a id="#AxisBottom__tickComponent" name="AxisBottom__tickComponent" href="#AxisBottom__tickComponent">#</a> *AxisBottom*.**tickComponent**&lt;func&gt;

Expand Down
2 changes: 1 addition & 1 deletion packages/vx-axis/docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The pixel value for the width of the lines.

<a id="#AxisBottom__tickClassName" name="AxisBottom__tickClassName" href="#AxisBottom__tickClassName">#</a> *AxisBottom*.**tickClassName**&lt;string&gt;

The class name applied to each tick grou
The class name applied to each tick group.

<a id="#AxisBottom__tickComponent" name="AxisBottom__tickComponent" href="#AxisBottom__tickComponent">#</a> *AxisBottom*.**tickComponent**&lt;func&gt;

Expand Down
2 changes: 1 addition & 1 deletion packages/vx-axis/src/axis/AxisBottom.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const propTypes = {
*/
strokeDasharray: PropTypes.string,
/**
* The class name applied to each tick grou
* The class name applied to each tick group.
*/
tickClassName: PropTypes.string,
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-demo/static/docs/vx-axis.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3 id="axisbottom-">&lt;AxisBottom /&gt;</h3>
<p><a id="#AxisBottom__strokeWidth" name="AxisBottom__strokeWidth" href="#AxisBottom__strokeWidth">#</a> <em>AxisBottom</em>.<strong>strokeWidth</strong>&lt;number&gt; </p>
<p>The pixel value for the width of the lines. </p>
<p><a id="#AxisBottom__tickClassName" name="AxisBottom__tickClassName" href="#AxisBottom__tickClassName">#</a> <em>AxisBottom</em>.<strong>tickClassName</strong>&lt;string&gt; </p>
<p>The class name applied to each tick grou </p>
<p>The class name applied to each tick group. </p>
<p><a id="#AxisBottom__tickComponent" name="AxisBottom__tickComponent" href="#AxisBottom__tickComponent">#</a> <em>AxisBottom</em>.<strong>tickComponent</strong>&lt;func&gt; </p>
<p><a id="#AxisBottom__tickFormat" name="AxisBottom__tickFormat" href="#AxisBottom__tickFormat">#</a> <em>AxisBottom</em>.<strong>tickFormat</strong>&lt;func&gt; </p>
<p>A <a href="https://github.com/d3/d3-scale/blob/master/README.md#continuous_tickFormat">d3 formatter</a> for the tick text. </p>
Expand Down

0 comments on commit 180edf0

Please sign in to comment.