Skip to content

Commit e955747

Browse files
committed
suggestions
1 parent 68198c4 commit e955747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ $menu = ($builder = new CliMenuBuilder)
309309
```
310310

311311
If you want to use the full width of the terminal and apply a margin you will need to perform a little calculation yourself
312-
since we use a box model similar to CSS. The example below will use the full width of the terminal plus a margin of 2 on the
312+
since we use a box model like the `box-sizing: border-box;` in CSS. The example below will use the full width of the terminal plus a margin of 2 on the
313313
left and right sides:
314314

315315
```php

0 commit comments

Comments
 (0)