diff --git a/resources/doc-includes/ShapeParams.txt b/resources/doc-includes/ShapeParams.txt index d580eab6..e503b01f 100644 --- a/resources/doc-includes/ShapeParams.txt +++ b/resources/doc-includes/ShapeParams.txt @@ -33,12 +33,12 @@ * @param {Number} [config.hitStrokeWidth] size of the stroke on hit canvas. The default is "auto" - equals to strokeWidth * @param {Boolean} [config.strokeHitEnabled] flag which enables or disables stroke hit region. The default is true * @param {Boolean} [config.perfectDrawEnabled] flag which enables or disables using buffer canvas. The default is true - * @param {Boolean} [config.shadowForStrokeEnabled] flag which enables or disables shasow for stroke. The default is true + * @param {Boolean} [config.shadowForStrokeEnabled] flag which enables or disables shadow for stroke. The default is true * @param {Boolean} [config.strokeScaleEnabled] flag which enables or disables stroke scale. The default is true * @param {Boolean} [config.strokeEnabled] flag which enables or disables the stroke. The default value is true * @param {String} [config.lineJoin] can be miter, round, or bevel. The default * is miter - * @param {String} [config.lineCap] can be butt, round, or sqare. The default + * @param {String} [config.lineCap] can be butt, round, or square. The default * is butt * @param {String} [config.shadowColor] * @param {Number} [config.shadowBlur] @@ -49,4 +49,4 @@ * between 0 and 1 * @param {Boolean} [config.shadowEnabled] flag which enables or disables the shadow. The default value is true * @param {Array} [config.dash] - * @param {Boolean} [config.dashEnabled] flag which enables or disables the dashArray. The default value is true \ No newline at end of file + * @param {Boolean} [config.dashEnabled] flag which enables or disables the dashArray. The default value is true