Skip to content

Commit b8f9995

Browse files
authored
isogram: approaches: fix slug (#1588)
Commit e76c930 ("isogram: add approaches, 2022-11-08) added approaches for the isogram exercise, but there was a typo in a `slug` value. In this situation, it is likely that an upcoming version of configlet will produce an error like: $ configlet lint [...] A 'slug' value is 'bitfied', but there is no sibling directory with that name: ./exercises/practice/isogram/.approaches/config.json
1 parent b71ba70 commit b8f9995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/isogram/.approaches/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"uuid": "ee6b5efb-7780-45f3-ae85-9a6ba4142e57",
15-
"slug": "bitfied",
15+
"slug": "bitfield",
1616
"title": "Bit field using a for loop",
1717
"blurb": "Use a bit field with a for loop to keep track of used letters.",
1818
"authors": ["bobahop"]

0 commit comments

Comments
 (0)