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

Fix typo in README #173

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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