From 1ed009424d8ac7f49d47d66580fec9d1752852d7 Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Fri, 27 Dec 2024 07:35:00 -0800 Subject: [PATCH] Typo fix: instace -> instance (#4612) Co-authored-by: Patrick Schratz --- docs/versioned_docs/version-2.8/10-intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-2.8/10-intro/index.md b/docs/versioned_docs/version-2.8/10-intro/index.md index 1d41cf6a4..7d9ced179 100644 --- a/docs/versioned_docs/version-2.8/10-intro/index.md +++ b/docs/versioned_docs/version-2.8/10-intro/index.md @@ -17,7 +17,7 @@ checks, tests and routines along the way. A typical pipeline might include the f If you are already using containers in your daily workflow, you'll for sure love Woodpecker. If not yet, you'll be amazed how easy it is to get started with [containers](https://opencontainers.org/). -## Already have access to a Woodpecker instace? +## Already have access to a Woodpecker instance? Then you might want to jump directly into it and [start creating your first pipelines](../20-usage/10-intro.md).