From 749ee8fb25f8461f850b1eebb47445f2fa40eaa6 Mon Sep 17 00:00:00 2001 From: Przemek Rudy Date: Wed, 22 Aug 2018 19:25:58 +0200 Subject: [PATCH] Fix the typo --- src/gitgraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitgraph.js b/src/gitgraph.js index e1bf41f7..9452e99b 100644 --- a/src/gitgraph.js +++ b/src/gitgraph.js @@ -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