Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
travis-south authored and dunglas committed Nov 6, 2023
1 parent e7bd54c commit bb1ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb1ed8b

Please sign in to comment.