diff --git a/aio/content/guide/accessibility.md b/aio/content/guide/accessibility.md index 44ad2ecd97..4fa3a927cd 100644 --- a/aio/content/guide/accessibility.md +++ b/aio/content/guide/accessibility.md @@ -99,7 +99,7 @@ The following example shows how to make a simple progress bar accessible by usin // Sets the minimum and maximum values for the progressbar role. 'aria-valuemin': '0', - 'aria-valuemax': '0', + 'aria-valuemax': '100', // Binding that updates the current value of the progressbar. '[attr.aria-valuenow]': 'value',