Skip to content

Commit 52777e2

Browse files
committed
Fixed typo on the table view documentation
1 parent 299412c commit 52777e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/table-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public function row(User $user)
429429
}
430430
```
431431

432-
This component will show the current value and if if you clic on it, you will be able to edit it. To update the new value you should define a new method on the table view.
432+
This component will show the current value and if you clic on it, you will be able to edit it. To update the new value you should define a new method on the table view.
433433

434434
```php
435435
/**

0 commit comments

Comments
 (0)