Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
joseywoermann committed Dec 18, 2021
1 parent 93cebdd commit 5d81b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Logger.error<T>(...messages: T[])

### Configuration

it is possible to modify the loggers behaviour and appereance in the constructor.
It is possible to modify the loggers behaviour and appearance in the constructor.

The fist argument determines whether to use UTC or local time.
The first argument determines whether to use UTC or local time.
The second argument can be used to change the colors used to highlight the log level.

```ts
Expand Down

0 comments on commit 5d81b74

Please sign in to comment.