This commit is contained in:
goferito 2015-11-06 20:42:00 +01:00
parent 8d3d53c261
commit ec8ac07ffc

View file

@ -118,7 +118,7 @@ Bing.relatedSearch('berlin', {market: 'en-US'}, function (err, res, body) {
#### Spelling Suggestions: #### Spelling Suggestions:
```js ```js
Bing.spellingSuggestion('awsome spell', function (err, res, body) { Bing.spelling('awsome spell', function (err, res, body) {
console.log(body.d.results[0]); //awesome spell console.log(body.d.results[0]); //awesome spell
}); });
``` ```