Skip to content

Commit 500d757

Browse files
docs: fix typo in doc for set fonts.
1 parent 31d7c8b commit 500d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FONTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Renderforest.getTemplateAvailableFonts(1021)
2121
The returned object has `getFontById ` method which accepts `fontId` parameter.
2222
`getFontId` method returns flattened font.
2323

24-
**Be careful**: `setFonts()` project data instance setter accepts only flatten font.
24+
**Be careful**: `setFonts()` project data instance setter accepts only flattened font.
2525

2626
```js
2727
const primaryFont = fonts.getFontById(256) // returns flatten font with tuned character size

0 commit comments

Comments
 (0)