diff --git a/reference/mysqli/mysqli_stmt/store-result.xml b/reference/mysqli/mysqli_stmt/store-result.xml
index b366fac2fd..7cb55b76a1 100644
--- a/reference/mysqli/mysqli_stmt/store-result.xml
+++ b/reference/mysqli/mysqli_stmt/store-result.xml
@@ -22,7 +22,7 @@
You must call mysqli_stmt_store_result for every query that
successfully produces a result set (SELECT, SHOW, DESCRIBE, EXPLAIN),
- and only if you want to buffer the complete result set by the client,
+ if and only if you want to buffer the complete result set by the client,
so that the subsequent mysqli_stmt_fetch call returns buffered data.