Skip to content

Commit 2efed64

Browse files
committed
Fixing small type on Docs
1 parent 5b14519 commit 2efed64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/gwtbootstrap/client/ui/StackProgressBar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* {@code
1414
* <b:StackProgressBar type="ANIMATED">
1515
* <b:Bar parcent="10"/>
16-
* <b:Bar color="SUCCESS" parcent="20"/>
17-
* <b:Bar color="INFO" parcent="30"/>
16+
* <b:Bar color="SUCCESS" percent="20"/>
17+
* <b:Bar color="INFO" percent="30"/>
1818
* </b:StackProgressBar>
1919
* }
2020
*

0 commit comments

Comments
 (0)