Skip to content

Commit 42ee728

Browse files
Merge pull request nestjs#187 from datencia/patch-1
content(typo): fix typo in swagger docs
2 parents e6acbf2 + 996cf76 commit 42ee728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/homepage/pages/recipes/swagger/swagger.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h4>Multiple specifications</h4>
113113
</p>
114114
<figure><img src="/assets/swagger-cats.png" /></figure>
115115
<p>
116-
While <code>http://localhost:3000/api/docs</code> will expose a SwaggerUI for your Dogs:
116+
While <code>http://localhost:3000/api/dogs</code> will expose a SwaggerUI for your Dogs:
117117
</p>
118118
<figure><img src="/assets/swagger-dogs.png" /></figure>
119119
<blockquote class="warning">
@@ -330,4 +330,4 @@ <h4>Decorators</h4>
330330
<p>
331331
A working example is available <a href="https://github.com/nestjs/nest/tree/master/sample/11-swagger" target="blank">here</a>.
332332
</p>
333-
</div>
333+
</div>

0 commit comments

Comments
 (0)