File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ the data model for your RESTful API.
166166 ``movieIds``.
167167
168168 If you plan to have your local class field match the document field
169- directly, you don 't need to define custom mappings. For example, the
169+ directly, it isn 't necessary to define custom mappings. For example, the
170170 ``username`` field in the preceding code has no custom mappings. It will
171171 be ``username`` in C#, in JSON, and in MongoDB.
172172
@@ -176,7 +176,7 @@ with .NET Core.
176176Build CRUD Endpoints
177177--------------------
178178
179- To create the CRUD endpoints for this application, you need to update two
179+ To create the CRUD endpoints for this application, you must update two
180180different files within the project. In this section, you can learn how to define
181181the endpoint within a controller and update the corresponding work within the
182182service.
You can’t perform that action at this time.
0 commit comments