cm-chessboard 8.7.6 → 8.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "8.7.6",
3
+ "version": "8.7.7",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",
@@ -44,7 +44,7 @@ The markerCircle is defined in the SVG as a circle with a radius of 18:
44
44
  </g>
45
45
  ```
46
46
 
47
- Has this CSS, where stoke color, width and opacity are defined:
47
+ Has this CSS, where stroke color, width and opacity are defined:
48
48
 
49
49
  ```css
50
50
  marker.marker-circle-red {