diff --git a/Setup-PDF.js-in-a-website-(Windows).mediawiki b/Setup-PDF.js-in-a-website-(Windows).mediawiki
index 88d2363..366e9fe 100644
--- a/Setup-PDF.js-in-a-website-(Windows).mediawiki
+++ b/Setup-PDF.js-in-a-website-(Windows).mediawiki
@@ -10,7 +10,7 @@ The easiest way to setup your testing environment is to follow the instructions
cd ./pdfjs/
node make server
-If Node.js complains about not recognizing python2.7 as an intenal or external command ([https://github.com/mozilla/pdf.js/issues/2016#issuecomment-8008140 more information here]), then go to your Python installation directory (in my case, C:\Python27), copy the file python.exe and rename the copy to python2.7.exe. After that, run the command again.
+If Node.js complains about not recognizing python2.7 as an internal or external command ([https://github.com/mozilla/pdf.js/issues/2016#issuecomment-8008140 more information here]), then go to your Python installation directory (in my case, C:\Python27), copy the file python.exe and rename the copy to python2.7.exe. After that, run the command again.
Then you can reach your Node.js server using the following URL: