File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Write Data to MongoDB
1919 In your browser at http://127.0.2.2:3000/restaurants, you can
2020 scroll to the bottom of the list and click the :guilabel:`New
2121 restaurant` link to navigate to the ``/restaurants/new`` route. On
22- this page, you can fill out the form to create a new restaurant
22+ this page, you can fill out the form to create a new ``Restaurant``
2323 model and save it to MongoDB.
2424
2525 The following sample values satisfy the filter criteria so that
26- the document will appear in the restaurants list:
26+ the document will appear in the list of restaurants :
2727
2828 - **Name**: Wild Earth Company
2929 - **Cuisine**: American
@@ -35,7 +35,7 @@ Write Data to MongoDB
3535 .. step:: View the data
3636
3737 Refresh http://127.0.2.2:3000/restaurants in your web browser
38- to view the new restaurant entry that you submitted. The inserted
39- restaurant appears at the bottom of the list.
38+ to view the new ``Restaurant`` entry that you submitted at the
39+ bottom of the list.
4040
4141.. include:: /includes/quick-start/troubleshoot.rst
You can’t perform that action at this time.
0 commit comments