Skip to content

Commit 69ffd84

Browse files
iliakanViolet-Bora-Lee
authored andcommitted
minor fixes
1 parent bb8d0da commit 69ffd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ In other words, to put these terms straight:
181181

182182
We declare functions listing their parameters, then call them passing arguments.
183183

184-
In the example above, one might say: "the function `sayMessage` is declared with two parameters, then called with two arguments: `from` and `"Hello"`".
184+
In the example above, one might say: "the function `showMessage` is declared with two parameters, then called with two arguments: `from` and `"Hello"`".
185185

186186
## 기본값
187187

0 commit comments

Comments
 (0)