From 321d993122017acc308f4879abae26354bcb7909 Mon Sep 17 00:00:00 2001 From: lawther Date: Thu, 3 Oct 2024 16:53:22 +1000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f1660..c033972 100644 --- a/README.md +++ b/README.md @@ -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) {