From d4c39ab0744cdee76aa46b8f14ee487bc72c297f Mon Sep 17 00:00:00 2001 From: basebuilder Date: Wed, 14 Feb 2024 11:26:33 +0100 Subject: [PATCH] maintainers handbook, fix mispelling --- docs/maintainers/handbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers/handbook.md b/docs/maintainers/handbook.md index 3832cc8..6409be0 100644 --- a/docs/maintainers/handbook.md +++ b/docs/maintainers/handbook.md @@ -27,7 +27,7 @@ This is a [compose specification](https://compose-spec.io/) compliant file that ### `.env.sample` -This file is a skeleton for environmental variables that should be adjusted by the user. Examples include: domain or php extention list. Whenever you create a new app with `abra app new` this file gets copied to the `~/.abra/servers//.env` and when you run `abra app config ` you're editing this file. +This file is a skeleton for environmental variables that should be adjusted by the user. Examples include: domain or PHP extension list. Whenever you create a new app with `abra app new` this file gets copied to the `~/.abra/servers//.env` and when you run `abra app config ` you're editing this file. ### `abra.sh`