From ee998ca20e55fa2bfa759487db9e23a9cc686c9c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 11 Aug 2015 18:04:21 -0700 Subject: [PATCH] difference --- JSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSX.md b/JSX.md index 06e0578..722e8d3 100644 --- a/JSX.md +++ b/JSX.md @@ -54,7 +54,7 @@ The `as` operator is available in both `.ts` and `.tsx` files. # Type Checking -In order to understand type checking with JSX you must first understand the differnece between intrinsic elements value-based elements. +In order to understand type checking with JSX you must first understand the difference between intrinsic elements value-based elements. Given a JSX expression ``, `expr` may either refer to something intrinsic to the environment (e.g. a `div` or `span` in a DOM environment) or to a custom component that you've created. This is important for two reasons: