Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f71c224

Browse files
Merge pull request nestjs#179 from affanshahid/patch-controllers
content: fix typos in Controllers
2 parents 8dbd24b + 258bf4a commit f71c224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app/homepage/pages/controllers/controllers.component.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h4>Routing</h4>
3535
<code>cats</code>), Nest will map every <code>/cats</code> <strong>GET</strong> request to this method.
3636
</p>
3737
<p>
38-
When a GET request is made to this endpoint, Nest will now return a 200 status code and the serialized <strong>JSON</strong>
39-
response, which in this case just an empty array. Why does that happen? Generally, we distinguish <strong>two different
38+
When a GET request is made to this endpoint, Nest will now return a 200 status code and the associated
39+
response, which in this case is just a string. Why does that happen? Generally, we distinguish <strong>two different
4040
approaches
4141
</strong> to manipulate responses:
4242
</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /