Skip to content

Commit d8c38b1

Browse files
chocolateboydougwilson
authored andcommitted
docs: fix typos in readme
closes #11
1 parent 8e53d68 commit d8c38b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
Simple RFC 6838 media type parser.
1010

11-
This module will parse a given media type into it's component parts, like type,
11+
This module will parse a given media type into its component parts, like type,
1212
subtype, and suffix. A formatter is also provided to put them back together and
1313
the two can be combined to normalize media types into a canonical form.
1414

15-
If you are looking to parse the string that represents a media type and it's
15+
If you are looking to parse the string that represents a media type and its
1616
parameters in HTTP (for example, the `Content-Type` header), use the
1717
[content-type module](https://www.npmjs.com/package/content-type).
1818

@@ -75,7 +75,7 @@ If any of the given object values are invalid, then a `TypeError` is thrown.
7575
var valid = typer.test('image/svg+xml')
7676
```
7777

78-
Validate a media type string. This will return `true` is the string is a well-
78+
Validate a media type string. This will return `true` if the string is a well-
7979
formatted media type, or `false` otherwise.
8080

8181
## License

0 commit comments

Comments
 (0)