Browse Source

Update docker.md

Fixed typo.
Irvin Capagcuan 1 year ago
parent
commit
bb1ed8b212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docker.md

+ 1 - 1
docs/docker.md

@@ -22,7 +22,7 @@ $ docker run -it --rm --name my-running-app my-php-app
 ## How to Install More PHP Extensions
 
 The [`docker-php-extension-installer`](https://github.com/mlocati/docker-php-extension-installer) script is provided in the base image.
-Adding additional PHP extensions is straightforwardd:
+Adding additional PHP extensions is straightforward:
 
 ```dockerfile
 FROM dunglas/frankenphp