Typo
This commit is contained in:
parent
8d3d53c261
commit
ec8ac07ffc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue