From 20e6564ee55d2bddd896aa2538b82b68380dac99 Mon Sep 17 00:00:00 2001 From: Silvio Ney Date: Fri, 27 Jun 2025 12:08:55 +0100 Subject: [PATCH] Update 02-installation.md Typo --- .../content/main/0-getting-started/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Documentation/content/main/0-getting-started/02-installation.md b/src/Web/Documentation/content/main/0-getting-started/02-installation.md index 48630bfd..7c2b4e01 100644 --- a/src/Web/Documentation/content/main/0-getting-started/02-installation.md +++ b/src/Web/Documentation/content/main/0-getting-started/02-installation.md @@ -9,7 +9,7 @@ Tempest requires PHP [8.4+](https://www.php.net/downloads.php) and [Composer](ht For a better experience, it is recommended to have a complete development environment, such as [ServBay](https://www.servbay.com), [Herd](https://herd.laravel.com/docs), or [Valet](https://laravel.com/docs/valet). However, Tempest can serve applications using PHP's built-in server just fine. -Once the prerequisites are installed, you can chose your installation method. Tempest can be a [standalone application](#creating-a-tempest-application), or be added [in an existing project](#tempest-as-a-package)—even one built on top of another framework. +Once the prerequisites are installed, you can choose your installation method. Tempest can be a [standalone application](#creating-a-tempest-application), or be added [in an existing project](#tempest-as-a-package)—even one built on top of another framework. ## Creating a Tempest application