Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Fix typo in README (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawther authored Oct 3, 2024
1 parent 05116e7 commit 6fa0560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ First, set the root `Level`. All messages at or above the current level are sent
Then, listen on the `onRecord` stream for `LogRecord` events. The `LogRecord`
class has various properties for the message, error, logger name, and more.

To listen for changed level notitfications use:
To listen for changed level notifications use:

```dart
Logger.root.onLevelChanged.listen((level) {
Expand Down

0 comments on commit 6fa0560

Please sign in to comment.