From 238fc5b0c0dfec19747d75fcae168480d3cc7a8f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 30 Oct 2017 07:39:14 +0100 Subject: [PATCH] Remove title --- source/_components/counter.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown index 50f1103c183..76a11fbb897 100644 --- a/source/_components/counter.markdown +++ b/source/_components/counter.markdown @@ -32,11 +32,10 @@ Configuration variables: - **step** (*Optional*): Incremental/step value for the counter. Defaults to 1 (increments by 1). - **icon** (*Optional*): Icon for entry. -Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. +Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance` or `mdi:motorbike`. ## {% linkable_title Services %} -### {% linkable_title Media control services %} Available services: `increment`, `decrement`, and `reset`. #### {% linkable_title Service `counter.increment` %}