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"
This commit is contained in:
parent
568f4bf266
commit
8f72b08f9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue