Skip to content

Commit a85bf04

Browse files
Merge pull request #1421 from raphaelchaula/patch-1
Update introduction.md
2 parents cae3ee6 + 437986c commit a85bf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Nest (NestJS) is a framework for building efficient, scalable [Node.js](https://
44

55
Under the hood, Nest makes use of robust HTTP Server frameworks like [Express](https://expressjs.com/) (the default) and optionally can be configured to use [Fastify](https://github.com/fastify/fastify) as well!
66

7-
Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify), but also exposes their APIs directly to the developer. This allows developers the freedom to use the myriad of third-party modules which are available for the underlying platform.
7+
Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify), but also exposes their APIs directly to the developer. This gives developers the freedom to use the myriad of third-party modules which are available for the underlying platform.
88

99
#### Philosophy
1010

0 commit comments

Comments
 (0)