Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit 65ad9d0

Browse files
committed
Fix typo in flowControl solutions.
1 parent 53e1132 commit 65ad9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/flowControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ define(function() {
3838
return 'buzz';
3939
}
4040

41-
// if the number is not divisble by 3 or 5, i.e. has skipped all previous
41+
// if the number is not divisible by 3 or 5, i.e. has skipped all previous
4242
// conditions, return the number
4343
return num;
4444

0 commit comments

Comments
 (0)