Skip to content

Commit 00178d0

Browse files
committed
wording
1 parent 9551263 commit 00178d0

File tree

1 file changed

+1
-1
lines changed
  • remix/lessons/05-forms-and-actions/practice

1 file changed

+1
-1
lines changed

remix/lessons/05-forms-and-actions/practice/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get the "Add to Cart" button working. Right now, most of the work is done regard
1313

1414
Make sure adding to the cart works before you continue
1515

16-
Keep in mind that when you send data to an action, you're also telling Remix to then run all the loaders that match the same path. Therefore, the root loader will load the latest cart information after each add and will propagate that new cart information down to all the components that need it. This is already done for you but be sure to explore it.
16+
Keep in mind that when you send data to an action, you're also telling Remix to then run all the loaders that match the same path - this is called "revalidation". The root loader will load the latest cart information after each "add" and will propagate that new cart information down to all the components that need it. This is already done for you but be sure to explore it.
1717

1818
# Task 2
1919

0 commit comments

Comments
 (0)