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

Commit e6db50f

Browse files
committed
Correct typo in documentation
1 parent e4b8433 commit e6db50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gitgraph.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1398,9 +1398,9 @@
13981398
* @param {number} [options.branch.spacingY] - Space between branches
13991399
* @param {number} [options.commit.spacingX] - Space between commits
14001400
* @param {number} [options.commit.spacingY] - Space between commits
1401-
* @param {number} [options.commit.widthExtension = 0] - Additional width to be added to the calculated width
1401+
* @param {number} [options.commit.widthExtension = 0] - Additional width to be added to the calculated width
14021402
* @param {string} [options.commit.color] - Master commit color (dot & message)
1403-
* @param {string} [options.commit.dot.font] - Commit dot color
1403+
* @param {string} [options.commit.dot.font] - Commit dot font
14041404
* @param {string} [options.commit.dot.color] - Commit dot color
14051405
* @param {number} [options.commit.dot.size] - Commit dot size
14061406
* @param {number} [options.commit.dot.strokeWidth] - Commit dot stroke width

0 commit comments

Comments
 (0)