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

Commit 749ee8f

Browse files
prudynicoespeon
authored andcommitted
Fix the typo
1 parent ee38867 commit 749ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitgraph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
* @property {string} [tagFont = this.template.commit.tag.font] - Font of the tag
627627
* @property {string} [displayTagBox = true] - If true, display a box around the tag
628628
*
629-
* @property {string} [fotFont = this.template.commit.dot.font] - Font of the dot
629+
* @property {string} [dotFont = this.template.commit.dot.font] - Font of the dot
630630
* @property {string} [dotColor = color] - Specific dot color
631631
* @property {number} [dotSize = this.template.commit.dot.size] - Dot size
632632
* @property {number} [dotStrokeWidth = this.template.commit.dot.strokeWidth] - Dot stroke width

0 commit comments

Comments
 (0)