Skip to content

Commit b71e0fe

Browse files
Update controls/bottomsheet/configuration.md
Co-authored-by: Yordan <[email protected]>
1 parent 3d147d6 commit b71e0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/bottomsheet/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create custom states using the `BottomSheetState` class constructors:
5050
public BottomSheetState(string name, BottomSheetLength height)
5151
```
5252

53-
* Using `double value`
53+
* Using `double` value
5454

5555
```csharp
5656
public BottomSheetState(string name, double size, bool isPercentage = false)

0 commit comments

Comments
 (0)