Browse Source

Merge pull request #247 from dalenewman/patch-1

Typo
Sébastien Ros 9 years ago
parent
commit
ba44626406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -82,7 +82,7 @@ Then you have access to the `System` namespace as a global value. Here is how it
     jint> file.WriteLine('Hello World !');
     jint> file.Dispose();
 ```
-And even create shortcuts to commong .NET methods
+And even create shortcuts to common .NET methods
 ```javascript
     jint> var log = System.Console.WriteLine;
     jint> log('Hello World !');