From 45d3c8093b3f9c2642c9fe65589936a5c2385ab6 Mon Sep 17 00:00:00 2001 From: djy0 Date: Fri, 26 Oct 2018 15:53:38 +0800 Subject: [PATCH] docs: fix typo (#26776) PR Close #26776 --- aio/content/examples/toh-pt0/src/styles.1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/examples/toh-pt0/src/styles.1.css b/aio/content/examples/toh-pt0/src/styles.1.css index 7c4c2fe4c6dc6..264b345ebab6b 100644 --- a/aio/content/examples/toh-pt0/src/styles.1.css +++ b/aio/content/examples/toh-pt0/src/styles.1.css @@ -12,7 +12,7 @@ h2, h3 { body { margin: 2em; } -body, input[text], button { +body, input[type="text"], button { color: #888; font-family: Cambria, Georgia; }