From 2b89f7a9893f22efba85e224ee68acff1cd7ee2b Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Fri, 15 Sep 2017 16:53:51 -0700 Subject: [PATCH] Consistent formatting for cartesian option docs (#4765) --- 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 38c306712..4bfb6f627 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) -- 2.47.3