Skip to content

Commit ae7ed26

Browse files
Update common-features/data-binding/descriptors.md
Co-authored-by: Yordan <[email protected]>
1 parent efa5736 commit ae7ed26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/data-binding/descriptors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the [`Request` property]({%slug common-features-data-binding-onread%}#event-
3232
````CS
3333
async Task OnReadHandler(...ReadEventArgs args)
3434
{
35-
// Get the applied filtering and searching criteria
35+
// Get the applied filtering and searching criteria.
3636
// args.Request.Filters
3737
3838
// Get the applied grouping criteria, including:

0 commit comments

Comments
 (0)