1
0
Fork 0

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:
bobgeorgethe3rd 2022-04-13 22:39:28 +01:00 committed by GitHub
parent 568f4bf266
commit 8f72b08f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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