From 84e5f938f3ad7564993cb7df1bffa355d000778d Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Tue, 25 Jul 2023 13:53:37 -0400 Subject: [PATCH] Fix typo: historgam -> histogram --- src/graphForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graphForm.tsx b/src/graphForm.tsx index df8b826..128e192 100644 --- a/src/graphForm.tsx +++ b/src/graphForm.tsx @@ -53,7 +53,7 @@ export const GraphForm: React.FC = ( setMeanData2([]); }; - const SAMPLEDATAHISTORGAM = 1; + const SAMPLEDATAHISTOGRAM = 1; const SAMPLEMEANLINE = 2; const DISTRIBUTIONHISTOGRAM = 3; const ESTIMATED_DISTRIBUTION = 4; @@ -194,7 +194,7 @@ export const GraphForm: React.FC = ( )}
- {graphTypes.includes(SAMPLEDATAHISTORGAM) && ( + {graphTypes.includes(SAMPLEDATAHISTOGRAM) && ( = ( ); -}; \ No newline at end of file +};