There was an error while loading. Please reload this page.
1 parent e810b3f commit fef2832Copy full SHA for fef2832
src/utils/translationUtils.js
@@ -99,7 +99,7 @@ const translations = {
99
<p>The functions that we create are exactly the same as the functions we have used\
100
in the previous steps. Our functions will have inputs and outputs.\
101
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>\
+<p>There are two separate steps in creating a function:</p>\
103
<ol><li>First we need to add other functions & constants inside the function\
104
we are creating, and connect them with pipes. This is known in programming as\
105
<b>defining the function</b>.</li>\
0 commit comments