From b8b26e5be16a4ef412970f2ec2b0d0d023b0c2cb Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 10 Feb 2022 01:59:54 +0000 Subject: [PATCH] Simplify wording --- beta/src/pages/learn/passing-data-deeply-with-context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/src/pages/learn/passing-data-deeply-with-context.md b/beta/src/pages/learn/passing-data-deeply-with-context.md index 7f5f1823..4d5eafd0 100644 --- a/beta/src/pages/learn/passing-data-deeply-with-context.md +++ b/beta/src/pages/learn/passing-data-deeply-with-context.md @@ -12,8 +12,8 @@ Usually, you will pass information from a parent component to a child component - What "prop drilling" is - How to replace repetitive prop passing with context -- What are the common use cases for context -- What are the common alternatives to context +- Common use cases for context +- Common alternatives to context