Skip to content

Commit 991b3db

Browse files
committed
fix build
1 parent 1e44657 commit 991b3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/mikroorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class MyService {
234234
}
235235
```
236236

237-
> As the name suggests, this decorator always creates new context, as opposed to its alternative `@EnsureRequestContext` that only creates on if it's already not inside another.
237+
> warning **Note** As the name suggests, this decorator always creates new context, as opposed to its alternative `@EnsureRequestContext` that only creates it if it's already not inside another one.
238238
239239
#### Testing
240240

0 commit comments

Comments
 (0)