From 044841d9ffe80f3c8bf09494886e0f227c5dacb5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 8 Mar 2024 20:46:26 +0000 Subject: [PATCH] Typo --- source/_pages/build-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/build-configs.md b/source/_pages/build-configs.md index d7281b5c8..dec3cb460 100644 --- a/source/_pages/build-configs.md +++ b/source/_pages/build-configs.md @@ -19,7 +19,7 @@ Build Configs is a tool I've written to maintain a canonical set of templates an This makes it quicker and easier for me to create or onboard new projects to work on and, as all of the base files are centralised, when I fix something or add a new feature, the changes can be pushed to every project that uses it. -I've been using this on personal projects such as my [Drupal](https://github.com/opdavies/docker-example-drupal), [LocalGov Drupal](https://github.com/opdavies/docker-example-drupal-localgov) and [Drupal Commerce Kickstart](https://github.com/opdavies/docker-example-drupal-commerce-kicksart) Docker examples and for various client projects. +I've been using this on personal projects such as my [Drupal](https://github.com/opdavies/docker-example-drupal), [LocalGov Drupal](https://github.com/opdavies/docker-example-drupal-localgov) and [Drupal Commerce Kickstart](https://github.com/opdavies/docker-example-drupal-commerce-kickstart) Docker examples and for various client projects. ## How does it work?