From 910005a5673d9e9d63d4b7b53116549a6f288919 Mon Sep 17 00:00:00 2001 From: Heather Faerber Date: Tue, 11 Feb 2025 15:57:00 -0700 Subject: [PATCH] fix question --- module3/lessons/react_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/lessons/react_intro.md b/module3/lessons/react_intro.md index 8ea2b97..28729a9 100644 --- a/module3/lessons/react_intro.md +++ b/module3/lessons/react_intro.md @@ -221,7 +221,7 @@ Look at the Sandbox below (Grocery List - Props). * How does React improve the process of manipulating the DOM? * What is state and what are props? * When does a React component rerender? -* What do we mean when we say "state is immutable"? +* What do we mean when we say "props should be immutable"? ## Further Reading & Resources