From 06e9c9a258f42c52f0559e437e5cd9811302912d Mon Sep 17 00:00:00 2001 From: Bakunga Bronson <51344005+BakungaBronson@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:09:04 +0800 Subject: [PATCH] Fixed typo --- docs/source/distributions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distributions/index.md b/docs/source/distributions/index.md index 64fec543f..f68b8a8ae 100644 --- a/docs/source/distributions/index.md +++ b/docs/source/distributions/index.md @@ -14,7 +14,7 @@ Another simple way to start interacting with Llama Stack is to just spin up dock **Conda**: -Lastly, if you have a custom or an advanced setup or you are developing on Llama Stackyou can also build a custom Llama Stack server. Using `llama stack build` and `llama stack run` you can build/run a custom Llama Stack server containing the exact combination of providers you wish. We have also provided various templates to make getting started easier. See [Building a Custom Distribution](building_distro) for more details. +Lastly, if you have a custom or an advanced setup or you are developing on Llama Stack you can also build a custom Llama Stack server. Using `llama stack build` and `llama stack run` you can build/run a custom Llama Stack server containing the exact combination of providers you wish. We have also provided various templates to make getting started easier. See [Building a Custom Distribution](building_distro) for more details. ```{toctree}