Skip to content

Commit c3ee8fe

Browse files
committed
Fix typos.
1 parent eaefeec commit c3ee8fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
### Changed
3939
- [rdf-canonize][] updated:
40-
- **BREAKING**: A fix was applied that makes the canoncial output format
40+
- **BREAKING**: A fix was applied that makes the canonical output format
4141
properly match the N-Triples canoncial format. This fixes the format to no
4242
longer escape tabs in literals. This may cause canonical output from
4343
`jsonld.normalize()`/`jsonld.canonize()` to differ from previous versions
@@ -228,7 +228,7 @@
228228
### Changed
229229
- **BREAKING**: Use RDF JS (rdf.js.org) interfaces for internal
230230
representation of dataset and quads. This should only break
231-
code that was using undocumented internal datastructures,
231+
code that was using undocumented internal data structures,
232232
backwards-compat code exists to handle external RDF parsers.
233233
- Update `rdf-canonize` to dependency with native support.
234234

@@ -457,7 +457,7 @@
457457
- "request" extension moved to [jsonld-request][]. This was done to simplify
458458
the core JSON-LD processing library. In particular, the extension pulled in
459459
RDFa processing code and related dependencies. The old method of using this
460-
exension of `jsonld.use('request')` is deprecated in favor of using the new
460+
extension of `jsonld.use('request')` is deprecated in favor of using the new
461461
module directly.
462462
- The `jsonld` tool moved to [jsonld-cli][]. This was also done to simplify the
463463
core JSON-LD processing library and because it uses the [jsonld-request][]

0 commit comments

Comments
 (0)