]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in `docs/en/docs/async.md` (#5785)
authorNonso Mgbechi <mgbechinonso@gmail.com>
Sat, 7 Jan 2023 16:56:58 +0000 (17:56 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 16:56:58 +0000 (20:56 +0400)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/async.md

index 6f34a9c9c5c869bd6bc4ce35b757bdbe5fab5b49..3d4b1956af477ff520e226fc3880eaad1484fad2 100644 (file)
@@ -283,7 +283,7 @@ For example:
 
 ### Concurrency + Parallelism: Web + Machine Learning
 
-With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attractive of NodeJS).
+With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attraction of NodeJS).
 
 But you can also exploit the benefits of parallelism and multiprocessing (having multiple processes running in parallel) for **CPU bound** workloads like those in Machine Learning systems.