Skip to content

Commit 2974f7f

Browse files
committed
fix typo
1 parent 74fece6 commit 2974f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parse a PO file with
2020
Where
2121

2222
* **input** is a *po* file as a Buffer or an unicode string. Charset is converted to unicode from other encodings only if the input is a Buffer, otherwise the charset information is discarded
23-
* **options** is an optional objects with the following optinal properties:
23+
* **options** is an optional object with the following optinal properties:
2424
* **defaultCharset** is the charset to use if charset is not defined or is the default `"CHARSET"` (applies only if *input* is a Buffer)
2525
* **validation** is a flag to turn on PO source file validation. The validation makes sure that:
2626

@@ -47,7 +47,7 @@ PO files can also be parsed from a stream source. After all input is processed t
4747

4848
Where
4949

50-
* **options** is an optional objects, same as in `parse`. See [Parse PO files](#parse-po-files) section for details.
50+
* **options** is an optional object, same as in `parse`. See [Parse PO files](#parse-po-files) section for details.
5151
* **transformOptions** are the standard stream options.
5252

5353
**Example**

0 commit comments

Comments
 (0)