Skip to content

Commit 0dc4a99

Browse files
authored
DOCSP-49784: View file typo (#3376)
1 parent 731f858 commit 0dc4a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-start/view-data.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ View MongoDB Data
105105
.. code-block:: none
106106
:copyable: false
107107

108-
INFO View [resources/views/browse_movie.blade.php] created successfully.
108+
INFO View [resources/views/browse_movies.blade.php] created successfully.
109109

110-
Open the ``browse_movie.blade.php`` view file in the ``resources/views``
110+
Open the ``browse_movies.blade.php`` view file in the ``resources/views``
111111
directory. Replace the contents with the following code and save the
112112
changes:
113113

@@ -141,7 +141,7 @@ View MongoDB Data
141141

142142
.. step:: Optionally, view your results as JSON documents
143143

144-
Rather than generating a view and editing the ``browse_movie.blade.php`` file, you can
144+
Rather than generating a view and editing the ``browse_movies.blade.php`` file, you can
145145
use the ``toJson()`` method to display your results in JSON format.
146146

147147
Replace the ``show()`` function with the following code to retrieve results and

0 commit comments

Comments
 (0)