Skip to content

Commit

Permalink
Fix typo: add missing be
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagverma authored and foolip committed Feb 8, 2016
1 parent e801902 commit 27b91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -108449,7 +108449,7 @@ progress { binding: <i>progress</i>; }</pre>
element is wider than it is tall, the element is expected to be depicted as a horizontal progress
bar, with the start on the right and the end on the left if the 'direction' property on this
element has a computed value of 'rtl', and with the start on the left and the end on the right
otherwise. When the element is taller than it is wide, it is expected to depicted as a vertical
otherwise. When the element is taller than it is wide, it is expected to be depicted as a vertical
progress bar, with the lowest value on the bottom. When the element is square, it is expected to
be depicted as a direction-independent progress widget (e.g. a circular progress ring).</p>

Expand Down

0 comments on commit 27b91b0

Please sign in to comment.