Skip to content

Commit

Permalink
Fix documentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 10, 2024
1 parent 691685f commit 114a2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/9.0/converter/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ This method sets the optional attribute name for the field name on the HTML `td`

<p class="message-info">If none is used or an empty string is given, the field name information won't be exported to the HTML table.</p>


### HTMLConverter::formatter

<p class="message-info">New feature introduced in version <code>9.20.0</code></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/9.0/converter/xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public XMLConverter::formatter(?callback $formatter): mixed
```

This method allow to apply a callback prior to converting your collection individual item.
This callback allows you to specify how each item will be converted. The formatter should
This callback allows you to specify how each item will be converted. The formatter should
return an associative array suitable for conversion.

## Conversion
Expand Down

0 comments on commit 114a2b2

Please sign in to comment.