Skip to content

Commit 8a00400

Browse files
committed
Fix typo.
1 parent 437cda8 commit 8a00400

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
@@ -240,7 +240,7 @@ jsonld.fromRDF(nquads, {format: 'application/n-quads'}, (err, doc) => {
240240
const doc = await jsonld.fromRDF(nquads, {format: 'application/n-quads'});
241241
```
242242

243-
### Custom RDF Praser
243+
### Custom RDF Parser
244244
```js
245245
// register a custom async-callback-based RDF parser
246246
jsonld.registerRDFParser(contentType, (input, callback) => {

0 commit comments

Comments
 (0)