diff --git a/packages/itwinui-react/src/core/ProgressIndicators/ProgressLinear.tsx b/packages/itwinui-react/src/core/ProgressIndicators/ProgressLinear.tsx index 14ea6a7de37..c33b7c1f994 100644 --- a/packages/itwinui-react/src/core/ProgressIndicators/ProgressLinear.tsx +++ b/packages/itwinui-react/src/core/ProgressIndicators/ProgressLinear.tsx @@ -16,7 +16,7 @@ type ProgressLinearProps = { /** * Progress variant. If true, `value` will be ignored. * - * Defaults to true if `value` is passed, otherwise false. + * Defaults to false if `value` is passed, otherwise true. */ indeterminate?: boolean; /**