Skip to content

Commit 48e1eae

Browse files
author
Thierry Göckel
committed
Typo
1 parent f4e4f60 commit 48e1eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolve: function(qid, artist, album, track) {
1414
Tomahawk.addTrackResults(qid, results);
1515
}
1616
```
17-
Now with the new promise-based API the same implementation would like this:
17+
Now with the new promise-based API, the same implementation would be like this:
1818
```javascript
1919
resolve: function (params) {
2020
return getResultArray(params.artist, params.album, params.track);

0 commit comments

Comments
 (0)