Skip to content

Commit 4a41a3b

Browse files
Fixed a typo
1 parent 7122acb commit 4a41a3b

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
@@ -54,7 +54,7 @@ JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/d
5454
- Can [bundle](docs/ref-parser.md#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers
5555
- Can [dereference](docs/ref-parser.md#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
5656
- Supports [circular references](docs/README.md#circular-refs), nested references, back-references, and cross-references between files
57-
- Maintains object reference equality &mdash `$ref` pointers to the same value always resolve to the same object instance
57+
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
5858
- [Tested](http://bigstickcarpet.github.io/json-schema-ref-parser/tests/index.html) in Node, io.js, and all major web browsers on Windows, Mac, and Linux
5959

6060

0 commit comments

Comments
 (0)