Skip to content

Commit 09c2357

Browse files
committed
edits
1 parent 0f33792 commit 09c2357

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _csharp-crud-restful-api-tutorial:
22

33
============================================
4-
Create a RESTful API with the .NET/C# Driver
4+
Create a RESTful API with the C#/.NET Driver
55
============================================
66

77
.. facet::
@@ -352,7 +352,7 @@ localhost URL to access the Swagger UI, for example
352352

353353
The Swagger UI for the RESTful API.
354354

355-
You can test the application by clicking on the ``Try it out`` button on each
355+
You can test the application by clicking the ``Try it out`` button on each
356356
endpoint. To get started, go to the ``/api/Playlist`` ``POST`` endpoint
357357
to add some data to the database. Add the following as dummy data:
358358

@@ -373,3 +373,6 @@ endpoint to see the data you just inserted. You can also test the ``PUT`` and
373373

374374
Next Steps
375375
----------
376+
377+
To learn nmore about the operations discussed in this tutorial, see the following
378+
guides:

0 commit comments

Comments
 (0)