```php (new \MacFJA\RediSearch\Search\QueryBuilder\FuzzyWord('hello'))->render(); ``` Should return `%hello%`, instead it return `%%hello%%` The error is here: https://github.com/MacFJA/php-redisearch/blob/97669be879d25e84e313ae5628e0f32fa06ef9e4/src/Search/QueryBuilder/FuzzyWord.php#L48