From 32c724ed6dc43604fc41550bd817cd3ebf640d0a Mon Sep 17 00:00:00 2001 From: Dev-Lan Date: Wed, 13 Jul 2016 18:44:59 -0500 Subject: [PATCH] fixed link typo in API reference (#2905) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 7d717b3d..1923859d 100644 --- a/API.md +++ b/API.md @@ -100,7 +100,7 @@ Human-readable reference marks for scales. * [d3.axisTop](https://github.com/d3/d3-axis/blob/master/README.md#axisTop) - create a new top-oriented axis generator. * [d3.axisRight](https://github.com/d3/d3-axis/blob/master/README.md#axisTight) - create a new right-oriented axis generator. -* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisTottom) - create a new bottom-oriented axis generator. +* [d3.axisBottom](https://github.com/d3/d3-axis/blob/master/README.md#axisBottom) - create a new bottom-oriented axis generator. * [d3.axisLeft](https://github.com/d3/d3-axis/blob/master/README.md#axisTeft) - create a new left-oriented axis generator. * [*axis*](https://github.com/d3/d3-axis/blob/master/README.md#_axis) - generate an axis for the given selection. * [*axis*.scale](https://github.com/d3/d3-axis/blob/master/README.md#axis_scale) - set the scale.