From 1f287db32d2e6c58ee3a4dabbf776efc0c91430c Mon Sep 17 00:00:00 2001 From: Coral Silverman <6298173+CoralSilver@users.noreply.github.com> Date: Tue, 18 Dec 2018 09:51:54 -0500 Subject: [PATCH] fix typos (#59) --- _develop/zero_to_dapp_3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_develop/zero_to_dapp_3.md b/_develop/zero_to_dapp_3.md index 01c9052a..9b10aa5a 100644 --- a/_develop/zero_to_dapp_3.md +++ b/_develop/zero_to_dapp_3.md @@ -34,7 +34,7 @@ you'll need the command line to run your project. ## Understand the Animal Kingdom application code -The Animal Kingdomw application has two major components, React and Blockstack. React is used to +The Animal Kingdom application has two major components, React and Blockstack. React is used to build all the web components and interactions. You could replace React with any framework that you like; Blockstack is web framework agnostic. This section does not explain the React in any detail; The discussion focuses on the Blockstack @@ -110,7 +110,7 @@ whether the user already has an existing session in the Blockstack Browser. Signing in with an identity is the means by which the user grants the DApp access. Access means the DApp can read the user profile and read/write user data -for the DApp. Data is encrypted at a unique URL on a GAI storage hub. +for the DApp. Data is encrypted at a unique URL on a GAIA storage hub.