Browse Source

Fix a small typo (#804)

pull/808/head
dawedawe 6 years ago
committed by GitHub
parent
commit
f4a6a7dac3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/FAQ.md

4
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)
- Difficult for newcomers (we want to try and simplify the process)

Loading…
Cancel
Save