Skip to content

Commit 672d685

Browse files
committed
Merge pull request #613 from charlieoliver/patch-1
Update to custom-binding.md (Misspelling)
2 parents 9d26995 + dc8415a commit 672d685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-mvc/helpers/grid/custom-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ It will contain the current grid request information - page, sort, group and fil
255255
// Return the result as JSON
256256
return Json(result);
257257
}
258-
5. Congigure the grid for custom ajax binding
258+
5. Configure the grid for custom ajax binding
259259

260260
@(Html.Kendo().Grid<KendoGridCustomAjaxBinding.Models.Order>()
261261
.Name("Grid")

0 commit comments

Comments
 (0)