Skip to content

Commit 7fb11bd

Browse files
authored
Update article.md
"get in details" -> "get in to the details"
1 parent 220bed3 commit 7fb11bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/03-currying-partials/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ So:
111111

112112
## Advanced curry implementation
113113

114-
In case you'd like to get in details, here's the "advanced" curry implementation for multi-argument functions that we could use above.
114+
In case you'd like to get in to the details, here's the "advanced" curry implementation for multi-argument functions that we could use above.
115115

116116
It's pretty short:
117117

0 commit comments

Comments
 (0)