Skip to content

Commit 99175c3

Browse files
ghousemohameddougwilson
authored andcommittedApr 8, 2022
docs: fix typo in casing of HTTP
closes #4872
1 parent 1b2e097 commit 99175c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Charter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ also easily visible to outsiders.
99

1010
## Section 1: Scope
1111

12-
Express is a http web server framework with a simple and expressive API
12+
Express is a HTTP web server framework with a simple and expressive API
1313
which is highly aligned with Node.js core. We aim to be the best in
1414
class for writing performant, spec compliant, and powerful web servers
1515
in Node.js. As one of the oldest and most popular web frameworks in
@@ -24,7 +24,7 @@ Express is made of many modules spread between three GitHub Orgs:
2424
libraries
2525
- [pillarjs](http://github.com/pillarjs/): Components which make up
2626
Express but can also be used for other web frameworks
27-
- [jshttp](http://github.com/jshttp/): Low level http libraries
27+
- [jshttp](http://github.com/jshttp/): Low level HTTP libraries
2828

2929
### 1.2: Out-of-Scope
3030

0 commit comments

Comments
 (0)
Please sign in to comment.