Skip to content

Commit 6ba5a04

Browse files
authored
docs(readme): fix minor typographical error (#135)
1 parent 279806d commit 6ba5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const priceWithDiscountForLoyalty = maybe(maybeVisitedBeforeXTimes)
7575
none: () => 15.00
7676
})
7777

78-
// handle multiple maybe conditionas together
78+
// handle multiple maybe conditions together
7979
const canRideCoaster = getAge() // Maybe<number>
8080
.bind(age => getTicket(age)) // Maybe<Ticket>
8181
.match({

0 commit comments

Comments
 (0)