Skip to content

Commit 3c238cf

Browse files
committed
Merge pull request #134 from Kolyunya/master
Fixed a typo.
2 parents 810ffd0 + 8816c8a commit 3c238cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ Also LESS Hat adds `background-clip: padding-box`, because it fixes problem with
816816
### <a name="border-bottom-right-radius"></a> &#8226; border-bottom-right-radius
817817
**Summary:**
818818

819-
The border-bottom-right-radius CSS property sets the rounding of the bottom-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.
819+
The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.
820820

821821
Resources: **[WebPlatform](http://docs.webplatform.org/wiki/css/properties/border-radius)**, **[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius)**
822822

0 commit comments

Comments
 (0)