Skip to content

Commit 893f0a0

Browse files
Merge pull request #3039 from iiio2/patch-1
docs: tiny typo
2 parents ff30d35 + f925ac6 commit 893f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ async function bootstrap() {
435435
bootstrap();
436436
```
437437

438-
> warning **Notice** In the case of <a href="faq/hybrid-application">hybrid apps</a> the `useGlobalPipes()` method doesn't set up pipes for gateways and micro services. For "standard" (non-hybrid) microservice apps, `useGlobalPipes()` does mount pipes globally.
438+
> warning **Notice** In the case of <a href="faq/hybrid-application">hybrid apps</a> the `useGlobalPipes()` method doesn't set up pipes for gateways and microservices. For "standard" (non-hybrid) microservice apps, `useGlobalPipes()` does mount pipes globally.
439439
440440
Global pipes are used across the whole application, for every controller and every route handler.
441441

0 commit comments

Comments
 (0)