Skip to content

Commit cf83f35

Browse files
jguadagnoIvanDanchev
authored andcommitted
Fixed code sample
Added a space to hopefully fix the code formatting on the documentation.
1 parent 0063f36 commit cf83f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-aspnet/html-helpers/editors/multiselect/binding/model-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can configure the MultiSelect to get its data from a remote source by making
5555

5656
1. Create an action that returns the data as a JSON result.
5757

58-
public IActionResult Index()
58+
public IActionResult Index()
5959
{
6060
return View(new ProductViewModel
6161
{

0 commit comments

Comments
 (0)