From fded89bbd7fc3876009272f49be9440dcc758232 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Oct 2023 17:40:47 -0400 Subject: [PATCH] One more small push to test final process. --- src/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index dd264e9..91fff26 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 */ @@ -79,7 +79,7 @@ export function App(): JSX.Element { }; }); - // Render + // Render the Chart return (