Skip to content

Commit

Permalink
Fixed a typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHammond committed Aug 26, 2015
1 parent c91b8ae commit 221ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lib/object-codec.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The `date` property of `author` and `committer` is in the format {seconds,offset
Where seconds is a unix timestamp in seconds and offset is the number of minutes
offset for the timezone. (Your local offset can be found with `(new Date).getTimezoneOffset()`)

The `message` fiels is mandatory and a simple string.
The `message` field is mandatory and a simple string.

```js
rawBin = encoders.commit({
Expand Down

0 comments on commit 221ca1b

Please sign in to comment.