Skip to content

Commit

Permalink
🐛 Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Dec 31, 2015
1 parent 5ed7924 commit 2f7b588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Helpers{
static findCached(directory:String, names: String | Array<string>): ?String
static findAsync(directory: Strng, names: String | Array<string>): Promise<?String>
static findCachedAsync(directory: Strng, names: String | Array<string>): Promise<?String>
static tempFile<T>(filePath:String, fileContents:String, Callback:Function<T>):Promise<T>
static tempFile<T>(fileName:String, fileContents:String, Callback:Function<T>):Promise<T>
static createElement(tagName: string): HTMLElement
}
```
Expand Down

0 comments on commit 2f7b588

Please sign in to comment.