Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prudy authored and nicoespeon committed Aug 24, 2018
1 parent ee38867 commit 749ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
* @property {string} [tagFont = this.template.commit.tag.font] - Font of the tag
* @property {string} [displayTagBox = true] - If true, display a box around the tag
*
* @property {string} [fotFont = this.template.commit.dot.font] - Font of the dot
* @property {string} [dotFont = this.template.commit.dot.font] - Font of the dot
* @property {string} [dotColor = color] - Specific dot color
* @property {number} [dotSize = this.template.commit.dot.size] - Dot size
* @property {number} [dotStrokeWidth = this.template.commit.dot.strokeWidth] - Dot stroke width
Expand Down

0 comments on commit 749ee8f

Please sign in to comment.