From b9e7ecd62d7a20de82041d1fd45d72768f6f716d Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Oct 2023 16:40:21 -0400 Subject: [PATCH] One more small push to test final process. --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index a8e8f5e..e3ce223 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -2,7 +2,7 @@ import { Chart } from './chart'; import { ValidatorResult } from './chart-validator'; /** - * Create a container to visualize a GeoChart in a standalone manner.. + * Create a container to visualize a GeoChart in a standalone manner. * * @returns {JSX.Elemet} the element that has the GeoChart */