Skip to content

Commit 7b83f4d

Browse files
agustinprodadamwathan
authored andcommitted
fix typo
1 parent 6179e6a commit 7b83f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/docs/resize.blade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ features:
1717
[
1818
'.resize-none',
1919
'resize: none;',
20-
"Make a element not resizable.",
20+
"Make an element not resizable.",
2121
],
2222
[
2323
'.resize',
2424
'resize: both;',
25-
"Make a element resizable in both axes.",
25+
"Make an element resizable in both axes.",
2626
],
2727
[
2828
'.resize-y',
2929
'resize: vertical;',
30-
"Make a element resizable vertically.",
30+
"Make an element resizable vertically.",
3131
],
3232
[
3333
'.resize-x',
3434
'resize: horizontal;',
35-
"Make a element resizable horizontally.",
35+
"Make an element resizable horizontally.",
3636
],
3737
]
3838
])

0 commit comments

Comments
 (0)