From dfc52c1dc5000b62364a5c83587f0ae592908d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Sun, 3 Jul 2016 10:38:22 +0200 Subject: [PATCH] docs(md-input): Add backticks around --- src/components/input/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/README.md b/src/components/input/README.md index 6e3ab7ac4616..583cca96c3d0 100644 --- a/src/components/input/README.md +++ b/src/components/input/README.md @@ -64,7 +64,7 @@ A simple character counter can be made like the following: ## Divider Color -The divider (line under the content) color can be changed by using the `dividerColor` attribute. A value of `primary` is the default and will correspond to your theme primary color. Alternatively, you can specify `accent` or `warn`. +The divider (line under the `` content) color can be changed by using the `dividerColor` attribute. A value of `primary` is the default and will correspond to your theme primary color. Alternatively, you can specify `accent` or `warn`. #### Example