Skip to content

Commit

Permalink
patch: fix docs typing error (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtrovich authored Dec 4, 2024
1 parent ffba556 commit e380f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ $styles = [
$writer->table($rows, $styles);
```

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
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

```php
$rows = [
Expand Down Expand Up @@ -848,7 +848,7 @@ You can also change the default English text to make the description more explic
]);
```

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

## Autocompletion

Expand Down

0 comments on commit e380f7c

Please sign in to comment.