Skip to content

Commit

Permalink
Fix typo in README (dart-archive/logging#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawther authored Oct 3, 2024
1 parent 168f541 commit 77c93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/logging/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 77c93eb

Please sign in to comment.