Skip to content

Commit e380f7c

Browse files
authored
patch: fix docs typing error (#122)
1 parent ffba556 commit e380f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ $styles = [
701701
$writer->table($rows, $styles);
702702
```
703703

704-
The example above only processes the cells in the second column of the table. Yf you want to process any cell, you can use the `*:*` key. You could then customise each cell in the table
704+
The example above only processes the cells in the second column of the table. If you want to process any cell, you can use the `*:*` key. You could then customise each cell in the table
705705

706706
```php
707707
$rows = [
@@ -848,7 +848,7 @@ You can also change the default English text to make the description more explic
848848
]);
849849
```
850850

851-
vous pouvez trouver toutes les clés de traduction supportées par le paquet dans cette gist : https://gist.github.com/dimtrovich/1597c16d5c74334e68eef15a4e7ba3fd
851+
you can find all the translation keys supported by the package in this gist : https://gist.github.com/dimtrovich/1597c16d5c74334e68eef15a4e7ba3fd
852852

853853
## Autocompletion
854854

0 commit comments

Comments
 (0)