From dce6256869640d57f39794638677d1ff6291099e Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 23 Jul 2024 10:30:45 -0700 Subject: [PATCH] fix spelling Signed-off-by: jamshale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcca51e74..e33cd5478 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Run `python repo_manager.py` and you will be met with 2 options. ## Lite plugins -Sometimes is desirable to have a plugin that doesn't need integration tests or extra scaffholding. However, we need a way to avoid these plugins running integration tests in the CI/CD pipeline. To do this, we can simple add the plugin name to the `lite_plugins` file. Which is a line seperated list of plugin names. +Sometimes is desirable to have a plugin that doesn't need integration tests or extra scaffholding. However, we need a way to avoid these plugins running integration tests in the CI/CD pipeline. To do this, we can simply add the plugin name to the `lite_plugins` file. Which is a line seperated list of plugin names. ``` ## Plugin Documentation