From 0e4726b62ac735b8c5d56ba6026d981015c58566 Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Mon, 29 Apr 2019 09:54:42 -0500 Subject: [PATCH] doc(loading): remove mention of undefined "content" property (#18126) --- core/src/components/loading/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/loading/readme.md b/core/src/components/loading/readme.md index 83baaf1d46..3569f67142 100644 --- a/core/src/components/loading/readme.md +++ b/core/src/components/loading/readme.md @@ -5,7 +5,7 @@ An overlay that can be used to indicate activity while blocking user interaction ### Creating -Loading indicators can be created using a [Loading Controller](../loading-controller). They can be customized by passing loading options in the loading controller's create method. The spinner name should be passed in the `spinner` property, and any optional HTML can be passed in the `content` property. If a value is not passed to `spinner` the loading indicator will use the spinner specified by the platform. +Loading indicators can be created using a [Loading Controller](../loading-controller). They can be customized by passing loading options in the loading controller's create method. The spinner name should be passed in the `spinner` property. If a value is not passed to `spinner` the loading indicator will use the spinner specified by the platform. ### Dismissing