Skip to content

Commit 0bbfcfb

Browse files
committed
Fixing minor spelling mistake
1 parent 9e0f843 commit 0bbfcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/9.0/connections/controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $enclosure = $csv->getEnclosure(); //returns "|"
5555

5656
## The escape character
5757

58-
This is PHP specific control character which sometimes interfere with CSV parsing and writing. It is recommanded in version preceding `9.2.0` to never change its defaut value unless you do understand its usage and its consequences.
58+
This is PHP specific control character which sometimes interfere with CSV parsing and writing. It is recommended in version preceding `9.2.0` to never change its defaut value unless you do understand its usage and its consequences.
5959

6060
### Description
6161

0 commit comments

Comments
 (0)