Commit da83b36e da83b36e346d3bcacb33d907e9ff4db3de050501 by Wesley Winder

Fixed small spelling mistake

1 parent 337bf970
...@@ -65,7 +65,7 @@ Then, ``require`` it like you would with any other nodejs compliant module:: ...@@ -65,7 +65,7 @@ Then, ``require`` it like you would with any other nodejs compliant module::
65 casper.run(); 65 casper.run();
66 66
67 67
68 Finaly, you’ll probably get something like this: 68 Finally, you’ll probably get something like this:
69 69
70 .. code-block:: text 70 .. code-block:: text
71 71
......