Skip to content

Commit cd2f2e0

Browse files
walvekarnikhiljelbourn
authored andcommitted
docs(material/progress-bar) : improve wording for buffer & query modes (#20093)
Fixes #19817 (cherry picked from commit e6fd325)
1 parent 4fa9eb9 commit cd2f2e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/material/progress-bar/progress-bar.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ not necessary to indicate how long it will take should use the indeterminate ind
2020
In this mode the `value` property is ignored.
2121

2222
#### Buffer
23-
Operations where the user wants to indicate some activity or loading from the server,
24-
use the buffer indicator.
23+
Use the `buffer` mode of the progress-bar to indicate some activity or loading from the server.
2524

2625
<!-- example(progress-bar-buffer) -->
2726

2827
In "buffer" mode, `value` determines the progress of the primary bar while the `bufferValue` is
2928
used to show the additional buffering progress.
3029

3130
#### Query
32-
For situations where the user wants to indicate pre-loading (until the loading can actually be made),
33-
use the query indicator.
31+
Use the `query` mode of the progress-bar to indicate pre-loading before the actual loading starts.
32+
3433

3534
<!-- example(progress-bar-query) -->
3635

0 commit comments

Comments
 (0)