@woosmap/ui 4.107.2 → 4.107.3

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": "@woosmap/ui",
3
- "version": "4.107.2",
3
+ "version": "4.107.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -171,7 +171,7 @@ class Aside extends Component {
171
171
  <span className="card__aside__list__item__title">{product.name}</span>
172
172
  </li>
173
173
  </ul>
174
- <div className="card__aside__footer">Will be atomatically activated</div>
174
+ <div className="card__aside__footer">Will be automatically activated</div>
175
175
  </div>
176
176
  );
177
177
  }