diff --git a/pages/common/phpize.md b/pages/common/phpize.md
index c67a0a6f16..e765701672 100644
--- a/pages/common/phpize.md
+++ b/pages/common/phpize.md
@@ -2,10 +2,10 @@
 
 > Prepare a PHP extension for compiling.
 
-* Prepare the PHP extension in the current directory for compiling:
+- Prepare the PHP extension in the current directory for compiling:
 
 `phpize`
 
-* Delete files previously created by phpize:
+- Delete files previously created by phpize:
 
 `phpize --clean`