From 9b352a485169ef7e3107c3639773512c0749bde8 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 27 Sep 2024 13:26:29 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c37e92d..8073990 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-a ## Features * Preconfigured with all php extensions required for Moodle development and all database drivers -* Serves wwroot configured at /var/www/html/ +* Serves wwwroot configured at /var/www/html/ * For PHP 7.3 and up, both `linux/amd64` and `linux/arm64` images are being built. Note that `linux/arm64` doesn't support the sqlsrv and oci extensions yet. Other than that, both architectures work exactly the same. * Verified by [automated tests](https://travis-ci.com/moodlehq/moodle-php-apache). * Autobuilt from GHA, on push.