From dab946e593b9a3411edaa75366e4dc5582f331c9 Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Fri, 15 Sep 2017 09:52:44 -0700 Subject: [PATCH] Consistent formatting for cartesian option docs --- docs/axes/cartesian/category.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/cartesian/category.md b/docs/axes/cartesian/category.md index 38c306712bb..4bfb6f627cc 100644 --- a/docs/axes/cartesian/category.md +++ b/docs/axes/cartesian/category.md @@ -40,7 +40,7 @@ The category scale provides the following options for configuring tick marks. Th | Name | Type | Default | Description | -----| ---- | --------| ----------- -| labels | Array[String] | - | An array of labels to display. +| `labels` | `Array[String]` | - | An array of labels to display. | `min` | `String` | | The minimum item to display. [more...](#min-max-configuration) | `max` | `String` | | The maximum item to display. [more...](#min-max-configuration)