There is a typo in the docs for paper-progress. Actual result: `<paper-progress value="10" secondaryProgesss="30"></paper-progress>` Expected result: `<paper-progress value="10" secondaryProgress="30"></paper-progress>`
There is a typo in the docs for paper-progress.
Actual result:
<paper-progress value="10" secondaryProgesss="30"></paper-progress>Expected result:
<paper-progress value="10" secondaryProgress="30"></paper-progress>