From 4803a9fc82b5a00da475398ba40df93673c5d986 Mon Sep 17 00:00:00 2001 From: groknull Date: Fri, 26 Feb 2021 12:25:30 -0500 Subject: [PATCH] "it's" -> "its" (#212) --- content/docs/whatis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/whatis.md b/content/docs/whatis.md index 18e7bb5..980aa13 100644 --- a/content/docs/whatis.md +++ b/content/docs/whatis.md @@ -8,7 +8,7 @@ weight: 100 Long ago, `actix-web` was built on top of `actix`, a powerful and fast actor system. Now, `actix-web` is largely unrelated to the actor framework and is built using a different system. -Though `actix` is still maintained, it's usefulness as a general tool is diminishing as the +Though `actix` is still maintained, its usefulness as a general tool is diminishing as the futures and async/await ecosystem matures. At this time, the use of `actix` it is only required for WebSocket endpoints.