From 282a36dbcc9c4af4307c908ae14ce380eb812fd4 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 19 Nov 2019 22:17:58 +0000 Subject: [PATCH] docs(readme): typo pass / passing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd9743..1413175 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project was built to provide additional functionality to developers working with stencil components and sharing state across components and through slots. The API was inspired by React's Context. -There are many cases within component based application development where you will want to drill state down through props to children and children's children and so on. This project was created in order to alleviate the need for pass props deep through an application's component structure. +There are many cases within component based application development where you will want to drill state down through props to children and children's children and so on. This project was created in order to alleviate the need for passing props deep through an application's component structure. There are 2 primary use cases where this tool makes sense. 1. Building a stencil application and need to store application state in a centralized location.