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 (