Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 73341d0

Browse files
committed
Update README.md
Fix typo
1 parent 2093724 commit 73341d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Font | Bold | `StyleBuilder::setFontBold()`
159159
| Strikethrough | `StyleBuilder::setFontStrikethrough()`
160160
| Font name | `StyleBuilder::setFontName('Arial')`
161161
| Font size | `StyleBuilder::setFontSize(14)`
162-
| Font color | `StyleBuilder::setFontSize(Color::BLUE)`<br>`StyleBuilder::setFontSize(Color::rgb(0, 128, 255))`
162+
| Font color | `StyleBuilder::setFontColor(Color::BLUE)`<br>`StyleBuilder::setFontColor(Color::rgb(0, 128, 255))`
163163
Alignment | Wrap text | `StyleBuilder::setShouldWrapText()`
164164

165165

0 commit comments

Comments
 (0)