Remove ambiguous characters

Daniel Winning 2025-04-24 13:25:07 +01:00
parent 3ec1b39717
commit b9e8826a56

@ -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 dont 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 youre 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