Skip to content

Commit 0fa6118

Browse files
authored
Merge pull request APIDevTools#162 from stephengroat/patch-1
docs: minor example fix
2 parents 4fa22bc + 4c61e50 commit 0fa6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $RefParser.dereference(mySchema, (err, schema) => {
6868
// including referenced files, combined into a single object
6969
console.log(schema.definitions.person.properties.firstName);
7070
}
71-
}
71+
})
7272
```
7373

7474
Or use `async`/`await` syntax instead. The following example is the same as above:

0 commit comments

Comments
 (0)