From 9a7e67532c6e89e3510923d71f5ced91d0675817 Mon Sep 17 00:00:00 2001 From: Luuk van Venrooij <11056665+seriva@users.noreply.github.com> Date: Wed, 23 Oct 2019 14:05:04 +0200 Subject: [PATCH] Update docs/design-docs/modular-cli/moduler-cli.md Co-Authored-By: erzetpe --- docs/design-docs/modular-cli/moduler-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design-docs/modular-cli/moduler-cli.md b/docs/design-docs/modular-cli/moduler-cli.md index 7ddd388234..6c6ed22c09 100644 --- a/docs/design-docs/modular-cli/moduler-cli.md +++ b/docs/design-docs/modular-cli/moduler-cli.md @@ -149,7 +149,7 @@ components-| Based on the Ansible inventory and the command we can easily select which roles to apply to which components. For the commands we probably also want to introduce some extra flags to only execute commands for certain components. -Finally we want to add support for an external plugin directory where teams can specify there own role plguins which are not (jet) available inside Epiphany itself. A feature that can also be used by other teams to more easily start contributing developing new components. +Finally we want to add support for an external plugin directory where teams can specify there own role plguins which are not (yet) available inside Epiphany itself. A feature that can also be used by other teams to more easily start contributing developing new components. ### Epicli