Skip to content

Commit ce27b83

Browse files
authored
fix typo
1 parent c7c8d6f commit ce27b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/using-loggers/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Photo by [Aaron Burden](https://unsplash.com/@aaronburden?utm_source=unsplash&ut
1313
There are times when developers need to log something to keep track of things, e.g,
1414
what went wrong (a.k.a error logs), auditing purpose and so on.
1515

16-
Fano Framework provides logging mechanism thorough `ILogger` interface. This interface exposes several methods:
16+
Fano Framework provides logging mechanism through `ILogger` interface. This interface exposes several methods:
1717

1818
- `log()` to log messages in any levels.
1919
- `emergency()` to log emergency messages.

0 commit comments

Comments
 (0)