Skip to content

Commit 0748125

Browse files
docs(Grid): typo (#3069)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 15f280d commit 0748125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/editing/inline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Inline add, edit, and delete operations use the following [command buttons](slug
3737

3838
In inline edit mode, the Grid commands execute row by row and the corresponding [Grid events](slug:grid-editing-overview#events) also fire row by row. This is similar to [popup editing](slug:grid-editing-popup) and unlike [in-cell editing](slug:grid-editing-incell), where commands and events relate to cells.
3939

40-
When validation is not satisfied, clicking the **Save**, **Delete** or **Add** command buttons has no effect, but users can still navigate between all input components in the row to complete the editing.
40+
When validation is not satisfied, clicking the **Save**, **Delete** or **Add** command buttons have no effect, but users can still navigate between all input components in the row to complete the editing.
4141

4242
## Integration with Other Features
4343

0 commit comments

Comments
 (0)