Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Minor rewording to improve docs maintainability.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Mar 29, 2019
1 parent 50328e1 commit 2ab56e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fontbackgroundcolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class FontBackgroundColor extends Plugin {
/**
* Available font background colors defined as an array of strings or objects.
*
* The default value registers 15 colors:
* The default value registers the following colors:
*
* const fontBackgroundColorConfig = {
* colors: [
Expand Down
2 changes: 1 addition & 1 deletion src/fontcolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class FontColor extends Plugin {
/**
* Available font colors defined as an array of strings or objects.
*
* The default value registers 15 colors:
* The default value registers the following colors:
*
* const fontColorConfig = {
* colors: [
Expand Down

0 comments on commit 2ab56e7

Please sign in to comment.