From da8e194b29dd9f8d31a322606804e42b9a4e644d Mon Sep 17 00:00:00 2001 From: George B Date: Thu, 8 Jul 2021 12:02:31 -0400 Subject: [PATCH] Update filters.md --- docs/9.0/connections/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/9.0/connections/filters.md b/docs/9.0/connections/filters.md index 9b49a305..9320a5ca 100644 --- a/docs/9.0/connections/filters.md +++ b/docs/9.0/connections/filters.md @@ -146,5 +146,5 @@ $reader = null; The library comes bundle with two (2) stream filters: -- [RFC4180Field](/9.0/interoperability/rfc4180-field/) stream filter to read or wriote RFC4180 compliant CSV field; +- [RFC4180Field](/9.0/interoperability/rfc4180-field/) stream filter to read or write RFC4180 compliant CSV field; - [CharsetConverter](/9.0/converter/charset/) stream filter to convert your CSV document content using the `mbstring` extension;