From 1bdcafd6d2caafa570f4b028d3c1330f046e6453 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 Nov 2023 19:48:43 +0000 Subject: [PATCH] docs: update --- src/content/talk/building-build-configs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/talk/building-build-configs.mdx b/src/content/talk/building-build-configs.mdx index c6eb1a0e5..f8ccae3cc 100644 --- a/src/content/talk/building-build-configs.mdx +++ b/src/content/talk/building-build-configs.mdx @@ -14,6 +14,6 @@ events: url: https://www.meetup.com/php-sw/events/296917370 --- -[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files s such as Docker, Docker Compose, Nix Flake, PHPUnit, and PHPStan. +[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files, such as Docker, Docker Compose, Nix Flakes, and PHPUnit and PHPStan configuration. -In this lightning talk, I’ll discuss why I created it, what problem it solves, more about what it does, and how it works. +In this lightning talk, I'll discuss why I created it, what problem it solves, more about what it does, and how it works.