From 64c770e8375107dba3bf5a7670810086c94b0cdc Mon Sep 17 00:00:00 2001 From: spollard Date: Tue, 16 Feb 2021 11:14:38 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12558b5..3480382 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Also, in the documentation I'm attempting to describe the API using TypeScript t ## `` Creates an Express application and calls the Express [app.listen](http://expressjs.com/en/4x/api.html#app.listen) function. -This component is the parent of all other components that you inted +This component is the parent of all other components that you intend to be a part of the Express application created. As long as you use different ports, you can have multiple Express applications running for each instance of ``. You can also nest `` elements to create sub-apps.