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

Commit 6fa0560

Browse files
authored
Fix typo in README (#173)
1 parent 05116e7 commit 6fa0560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ First, set the root `Level`. All messages at or above the current level are sent
3333
Then, listen on the `onRecord` stream for `LogRecord` events. The `LogRecord`
3434
class has various properties for the message, error, logger name, and more.
3535

36-
To listen for changed level notitfications use:
36+
To listen for changed level notifications use:
3737

3838
```dart
3939
Logger.root.onLevelChanged.listen((level) {

0 commit comments

Comments
 (0)