Skip to content

Commit 1cf35d4

Browse files
Update README.md
1 parent 998dd02 commit 1cf35d4

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
@@ -184,7 +184,7 @@ saveCityZipCode($matches['city'], $matches['zipCode']);
184184

185185
### Avoid nesting too deeply and return early (part 1)
186186

187-
Too many if else statemetns can make your code hard to follow. Explicit is better
187+
Too many if else statements can make your code hard to follow. Explicit is better
188188
than implicit.
189189

190190
**Bad:**

0 commit comments

Comments
 (0)