Skip to content

Commit 6e8264b

Browse files
authored
Merge pull request #31 from actuallyfrank/main
chore: fix type in bolt_logger.md
2 parents f33af17 + e98901e commit 6e8264b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bolt_logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class MyAwesomeClass{
3333
}
3434
```
3535

36-
`BoltLogger` offer `zap` as a extension on `Object` meaning you can call `zap` on or in any object.
36+
`BoltLogger` offers `zap` as a extension on `Object` meaning you can call `zap` on or in any object.
3737
Because it's an extension we can automatically include the `runtimeType` of the object that called `zap` as tag for the log message.
3838

3939
Just as Zeus when zapping your not only limited to only zap `String`s, you can zap any object. For example: Exceptions, Errors, StackTrace. BoltLogger will take care of the objects accordingly.

0 commit comments

Comments
 (0)