From 1fad6e24f5a3bbe2475099bd887921b41fdf1ee3 Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Mon, 5 Dec 2016 08:12:09 +0100 Subject: [PATCH] Fix formatting of host component section in README Apparently backticks don't render as code inside HTML elements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e272db3..f5e5f56 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ You should think of the `alternate` field as an implementation detail, but it po
host component
-
The leaf nodes of a React application. They are specific to the rendering environment (e.g., in a browser app, they are `div`, `span`, etc.). In JSX, they are denoted using lowercase tag names.
+
The leaf nodes of a React application. They are specific to the rendering environment (e.g., in a browser app, they are div, span, etc.). In JSX, they are denoted using lowercase tag names.
Conceptually, the output of a fiber is the return value of a function.