diff --git a/examples/libraries/fjsExample.js b/examples/libraries/fjsExample.js index 486090a352..78960826fd 100644 --- a/examples/libraries/fjsExample.js +++ b/examples/libraries/fjsExample.js @@ -6,4 +6,4 @@ var concatenate = fjs.curry(function(word1, word2) { }); var concatenateHello = concatenate("Hello"); var hi = concatenateHello("World"); -print('anyone listenig?' + hi) \ No newline at end of file +print('anyone listening? ' + hi) \ No newline at end of file