Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: sky/sdk/README.md

Issue 1051513004: Fix typo in our readme as per: https://github.com/domokit/sky_sdk/pull/1 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/README.md
diff --git a/sky/sdk/README.md b/sky/sdk/README.md
index eaa874f15121589b85817d1b9dd3852891087fcb..7c9b3ef3c42f62855cdc06115fee7a588949d88d 100644
--- a/sky/sdk/README.md
+++ b/sky/sdk/README.md
@@ -47,7 +47,7 @@ then marks `HelloWorldApp` as dirty, which schedules it to build during the next
animation frame. Each animation frame, the framework calls `build` on all the
dirty components and diffs the virtual `Node` hierarchy returned this frame with
the hierarchy returned last frame. Any differences are then applied as mutations
-to the physical heiarchy retained by the engine.
+to the physical hierarchy retained by the engine.
For more examples, please see the [examples directory](examples/).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698