From 2e967ce3022e7aa6791106f5f1f6bd94ea14cc6e Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Oct 2023 16:24:24 -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 e3ce223..a8e8f5e 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 */