Skip to content

Commit 3f1dcc1

Browse files
mikebarr24wbt
authored andcommitted
Update README.md
A few grammatical corrections.
1 parent acaa95b commit 3f1dcc1

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
@@ -152,7 +152,7 @@ A logger accepts the following parameters:
152152

153153
| Name | Default | Description |
154154
| ------------- | --------------------------- | --------------- |
155-
| `level` | `'info'` | Log only if [`info.level`](#streams-objectmode-and-info-objects) less than or equal to this level |
155+
| `level` | `'info'` | Log only if [`info.level`](#streams-objectmode-and-info-objects) is less than or equal to this level |
156156
| `levels` | `winston.config.npm.levels` | Levels (and colors) representing log priorities |
157157
| `format` | `winston.format.json` | Formatting for `info` messages (see: [Formats]) |
158158
| `transports` | `[]` _(No transports)_ | Set of logging targets for `info` messages |
@@ -456,7 +456,7 @@ considered for future releases.
456456
caller. (See: [Filtering `info` Objects](#filtering-info-objects)) below.
457457

458458
`winston.format` is designed to be as simple as possible. To define a new
459-
format simple pass it a `transform(info, opts)` function to get a new
459+
format, simply pass it a `transform(info, opts)` function to get a new
460460
`Format`.
461461

462462
The named `Format` returned can be used to create as many copies of the given

0 commit comments

Comments
 (0)