From bf3a87e7affdbded653c459e75e28feff2f66122 Mon Sep 17 00:00:00 2001 From: Patrick Steiger Date: Mon, 4 Oct 2021 11:25:21 -0400 Subject: [PATCH] [ProgressIndicator] Fix typo in ProgressIndicator.md Resolves https://github.com/material-components/material-components-android/pull/2399 GIT_ORIGIN_REV_ID=f84bfc104fa443dd122d434cf87cdbda79bdfe97 PiperOrigin-RevId: 400726331 --- docs/components/ProgressIndicator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/ProgressIndicator.md b/docs/components/ProgressIndicator.md index b72c77dbd..840b21799 100644 --- a/docs/components/ProgressIndicator.md +++ b/docs/components/ProgressIndicator.md @@ -128,7 +128,7 @@ The modes of behaviors are: When the hide animation behavior is not none, the visibility of the view will be changed after the animation finishes. Please use `setVisibilityAfterHide` method -to set the target visibility as `Visibiltiy.INVISIBLE` (default) or +to set the target visibility as `Visibility.INVISIBLE` (default) or `Visibility.GONE`. ### Rounded corners