From 31528989c1c24278c3303c61770f2eb375797ff7 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 7 Jun 2021 11:24:05 -0700 Subject: [PATCH] docs: fix "superglu" typo Signed-off-by: Andrea Luzzardi --- README.md | 2 +- docs/README.md | 2 +- tests/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a963870..6ad02c36 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ to any infrastructure, in just a few lines of code. The Dagger platform adapts to your application, not the other way around. Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped into any software project without requiring changes to -its architecture or workflow. Think of it as your "devops superglu". +its architecture or workflow. Think of it as your "devops superglue". No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. This makes developers more productive, because they diff --git a/docs/README.md b/docs/README.md index c3ba8085..a1c8ebd1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ in just a few lines of code. The Dagger platform adapts to your application, not the other way around. Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped into any software project without requiring changes to its architecture or workflow. -Think of it as your "devops superglu". +Think of it as your "devops superglue". No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. This makes developers more productive, because they don't have to learn a new workflow every time their deployment diff --git a/tests/README.md b/tests/README.md index 7d339409..e3f7f41a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -2,7 +2,7 @@ ## TL;DR -``` +```shell # Install dependancies yarn install