From 8f72b08f9fad4fb22bfcc7a5fabbaa37578f7875 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Wed, 13 Apr 2022 22:39:28 +0100 Subject: [PATCH] fix(link) Incorrect Link for Couter Page. Noticed this when trying to look it up. The counter page exists it is just not registered as count so the link needed changing :) Changes - Changed link from "count" to "counter" --- markdown/dev/reference/api/config/options/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/config/options/en.md b/markdown/dev/reference/api/config/options/en.md index 94731c1fc5e..61f39632b7e 100644 --- a/markdown/dev/reference/api/config/options/en.md +++ b/markdown/dev/reference/api/config/options/en.md @@ -27,7 +27,7 @@ There are the five option types that an aspiring pattern designer should be familiar with: 1. [**boolean** options][bool] are for yes/no choices -2. [**counter** options][count] are for integer values +2. [**counter** options][counter] are for integer values 3. [**degree** options][deg] are for degrees 4. [**list** options][list] are for a list of possible choices 5. [**percentage** options][pct] are for percentages