From b9e8826a56cadca33f3575c188afdedf832dde7e Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 13:25:07 +0100 Subject: [PATCH] Remove ambiguous characters --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 79ab3cd..b362904 100644 --- a/Configuration.md +++ b/Configuration.md @@ -3,7 +3,7 @@ By default, **Loom Spinner** provides a powerful environment for your PHP projects—no extra configuration required. However, Loom Spinner is designed to be flexible, so you can easily tailor your environment to suit different project needs. -For example, if you're building a CLI tool and don’t need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx. +For example, if you're building a CLI tool and don't need a web server, you can simply pass the `--disable-server` option to the `spin:up` command to exclude Nginx. This page explains how to customize your environments using command line options or a project configuration file. @@ -46,7 +46,7 @@ If your `spinner.yaml` sets `environment.database.enabled: true`, but you run `s ## Example: Disabling XDebug via YAML -If you’re happy with most defaults but want to disable XDebug, your config might look like: +If you're happy with most defaults but want to disable XDebug, your config might look like: ```yaml