Skip to content

Commit 65c065c

Browse files
committed
vale fixes
1 parent e861c2e commit 65c065c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/crud/restful-api-tutorial.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
176176
Build 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
180180
different files within the project. In this section, you can learn how to define
181181
the endpoint within a controller and update the corresponding work within the
182182
service.

0 commit comments

Comments
 (0)