1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

Added a missing comma so that sentence make sense (#374)

Added a missing comma so that sentence make sense
This commit is contained in:
Senthil Nayagan 2024-04-25 14:17:25 +05:30 committed by GitHub
parent ecdd7d2ff3
commit cef64ba5ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ We call Actix Web a powerful and pragmatic framework. For all intents and purpos
<!-- TODO -->
<!-- actix-extras -->
An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like nginx or serve it up as-is. Even in the complete absence of another HTTP server Actix Web is powerful enough to provide HTTP/1 and HTTP/2 support as well as TLS (HTTPS). This makes it useful for building small services ready for production.
An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like nginx or serve it up as-is. Even in the complete absence of another HTTP server, Actix Web is powerful enough to provide HTTP/1 and HTTP/2 support as well as TLS (HTTPS). This makes it useful for building small services ready for production.
<p>
Most importantly: Actix Web runs on Rust { rustVersion } or later and it works with stable releases.