From f4a6a7dac3602ba0c079cdca66297d68eb18f37d Mon Sep 17 00:00:00 2001 From: dawedawe Date: Thu, 19 Nov 2020 18:28:44 +0100 Subject: [PATCH] Fix a small typo (#804) --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index ca5fc299..7f543c7d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -6,7 +6,7 @@ A: Three main ways: - Tye is optimized for .NET Core - we have built-in knowledge of how .NET projects work, which we use to power most experiences. - Tye's development features are oriented towards *local development* (avoid running in a container unless necessary). -- Tye aims so solve problems along the whole spectrum of development to CI/CD based deployment. +- Tye aims to solve problems along the whole spectrum of development to CI/CD based deployment. The development features of Tye are the most mature right now. We plan to add more recipes and capabilities for deployment in the coming months. @@ -32,4 +32,4 @@ We had to start somewhere... we started with Kubernetes because it's: - Not cloud-provider specific - Very powerful -- Difficult for newcomers (we want to try and simplify the process) \ No newline at end of file +- Difficult for newcomers (we want to try and simplify the process)