Skip to content

Commit 32c724e

Browse files
Dev-Lanmbostock
authored andcommitted
fixed link typo in API reference (d3#2905)
1 parent bd55ecf commit 32c724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Human-readable reference marks for scales.
100100

101101
* [d3.axisTop](https://github.com/d3/d3-axis/blob/master/README.md#axisTop) - create a new top-oriented axis generator.
102102
* [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisTight) - create a new right-oriented axis generator.
103-
* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisTottom) - create a new bottom-oriented axis generator.
103+
* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom) - create a new bottom-oriented axis generator.
104104
* [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisTeft) - create a new left-oriented axis generator.
105105
* [*axis*](https://github.com/d3/d3-axis/blob/master/README.md#_axis) - generate an axis for the given selection.
106106
* [*axis*.scale](https://github.com/d3/d3-axis/blob/master/README.md#axis_scale) - set the scale.

0 commit comments

Comments
 (0)