diff --git a/.github/workflows/README.md b/.github/workflows/README.md index f38008b8a..4ac80e68b 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -1,6 +1,6 @@ # Llama Stack CI -Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table detailing what CI the project includes and the purpose. +Llama Stack uses GitHub Actions for Continuous Integration (CI). Below is a table detailing what CI the project includes and the purpose. | Name | File | Purpose | | ---- | ---- | ------- | diff --git a/scripts/gen-ci-docs.py b/scripts/gen-ci-docs.py index 630cfe765..e40e3ed3a 100755 --- a/scripts/gen-ci-docs.py +++ b/scripts/gen-ci-docs.py @@ -36,7 +36,7 @@ def generate_ci_docs(): # Header section to preserve header = """# Llama Stack CI -Llama Stack uses GitHub Actions for Continous Integration (CI). Below is a table detailing what CI the project includes and the purpose. +Llama Stack uses GitHub Actions for Continuous Integration (CI). Below is a table detailing what CI the project includes and the purpose. | Name | File | Purpose | | ---- | ---- | ------- |