From 0438dd7a971fe963cedb676933fd899a8b9194f6 Mon Sep 17 00:00:00 2001 From: Nikhil Walvekar Date: Sat, 25 Jul 2020 23:06:08 +0530 Subject: [PATCH 1/2] docs(progress-bar) : Textual improvements for Buffer & Query progress-bar. Fixes #19817 --- src/material/progress-bar/progress-bar.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/material/progress-bar/progress-bar.md b/src/material/progress-bar/progress-bar.md index 6ea821aec18d..015e8a548647 100644 --- a/src/material/progress-bar/progress-bar.md +++ b/src/material/progress-bar/progress-bar.md @@ -20,8 +20,7 @@ not necessary to indicate how long it will take should use the indeterminate ind In this mode the `value` property is ignored. #### Buffer -Operations where the user wants to indicate some activity or loading from the server, -use the buffer indicator. +Use the buffer indicator when want to indicate some activity or loading from the server. @@ -29,8 +28,8 @@ In "buffer" mode, `value` determines the progress of the primary bar while the ` used to show the additional buffering progress. #### Query -For situations where the user wants to indicate pre-loading (until the loading can actually be made), -use the query indicator. +Use the query indicator to indicate pre-loading before the actual loading starts. + From f3eff535d1131ce081bac5100f03eccfb27da7e7 Mon Sep 17 00:00:00 2001 From: Nikhil Walvekar Date: Sun, 26 Jul 2020 22:07:57 +0530 Subject: [PATCH 2/2] Correcting the text for use-cases. --- src/material/progress-bar/progress-bar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material/progress-bar/progress-bar.md b/src/material/progress-bar/progress-bar.md index 015e8a548647..096747473063 100644 --- a/src/material/progress-bar/progress-bar.md +++ b/src/material/progress-bar/progress-bar.md @@ -20,7 +20,7 @@ not necessary to indicate how long it will take should use the indeterminate ind In this mode the `value` property is ignored. #### Buffer -Use the buffer indicator when want to indicate some activity or loading from the server. +Use the `buffer` mode of the progress-bar to indicate some activity or loading from the server. @@ -28,7 +28,7 @@ In "buffer" mode, `value` determines the progress of the primary bar while the ` used to show the additional buffering progress. #### Query -Use the query indicator to indicate pre-loading before the actual loading starts. +Use the `query` mode of the progress-bar to indicate pre-loading before the actual loading starts.