Skip to content

Commit fef2832

Browse files
committed
Fix typo in tutorial instructions
1 parent e810b3f commit fef2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/translationUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const translations = {
9999
<p>The functions that we create are exactly the same as the functions we have used\
100100
in the previous steps. Our functions will have inputs and outputs.\
101101
We can receive data in the inputs, and we return a result as output.</p>\
102-
<p>There are to separate steps in creating a function:</p>\
102+
<p>There are two separate steps in creating a function:</p>\
103103
<ol><li>First we need to add other functions & constants inside the function\
104104
we are creating, and connect them with pipes. This is known in programming as\
105105
<b>defining the function</b>.</li>\

0 commit comments

Comments
 (0)