From c0e6a2e906c3d21bacff3eedf3c03b89d3abdec6 Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Sat, 27 Oct 2018 14:00:03 +0530 Subject: [PATCH] Fixed a typo --- content/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation.md b/content/docs/installation.md index 86f96be..6664ffc 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -18,7 +18,7 @@ guide will assume that you actually run Rust 1.26 or later. # Installing `actix-web` -Thank's to Rust's `cargo` package manger you won't need to explicitly install +Thank's to Rust's `cargo` package manager you won't need to explicitly install `actix-web`. Just depend on it and you're ready to go. For the unlikely case that you want to use the development version of actix-web you can depend on the git repository directly.