Skip to content

Commit ea0a85a

Browse files
authored
Update introduction.md - correct mistyped word (#2273)
1 parent f8f8ff3 commit ea0a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/isbn-verifier/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
There ae at least a couple general ways to solve ISBN Verifier.
3+
There are at least a couple general ways to solve ISBN Verifier.
44
One approach is to scrub and validate the input first.
55
A variation of that approach could then use [`map()`][map] and [`sum()`][sum] to iterate to the result.
66
Another approach is to validate as you go.

0 commit comments

Comments
 (0)