Skip to content

Commit e0b39fa

Browse files
robinvdvleutenDavertMik
authored andcommitted
Fixed small typo in example (#511)
1 parent fc36afb commit e0b39fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ module.exports = function() {
206206
const request = require('request');
207207

208208
recorder.add('create fixture data via API', function() {
209-
return new Promise(doneFn, errFn) => {
209+
return new Promise((doneFn, errFn) => {
210210
request({
211211
baseUrl: 'http://api.site.com/',
212212
method: 'POST',

0 commit comments

Comments
 (0)