瀏覽代碼

Use ASCII apostrophe

Co-authored-by: Tianon Gravi <[email protected]>
Tim Düsterhus 6 月之前
父節點
當前提交
e9851c7e49
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      php/variant-fpm.md

+ 2 - 2
php/variant-fpm.md

@@ -1,12 +1,12 @@
 ## `%%IMAGE%%:<version>-fpm`
 
-This variant contains [PHPs FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
+This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
 
 In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
 
 Some potentially helpful resources:
 
--	[FPMs Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
+-	[FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
 -	[Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
 -	[Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
 -	[Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)