From 70e4fcf43233e122d53ecb3da1be7d99064b4e62 Mon Sep 17 00:00:00 2001 From: Marcel Link Date: Mon, 25 Nov 2024 23:11:23 +0100 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa1e23..971099f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For example every http request could be tracked and enriched by user authenticat ### [MikroORM](https://github.com/mikro-orm/mikro-orm) -Create a TrackingContainer and ContainerRef based on EntityManager of MikroORM somwhere reachable within you codebase. +Create a TrackingContainer and ContainerRef based on EntityManager of MikroORM somewhere easily reachable within your codebase. ~~~ts import type { EntityManager } from '@mikro-orm/core'