diff --git a/src/gcf.tsx b/src/gcf.tsx index 3a31d03..74678d0 100644 --- a/src/gcf.tsx +++ b/src/gcf.tsx @@ -137,7 +137,7 @@ export function GCF() { return (
-

Greatest Common Factor Practice

+

Greatest Common Factor Practice

What is the greatest common factor of {factors[0]} and {factors[1]}?

diff --git a/src/lcm.tsx b/src/lcm.tsx index 18055c2..140867d 100644 --- a/src/lcm.tsx +++ b/src/lcm.tsx @@ -108,7 +108,7 @@ export function LCM() { return (
-

Least Common Multiple Practice

+

Least Common Multiple Practice

What is the least common multiple of {factors[0]} and {factors[1]}?