mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 20:22:20 +08:00
minor typo fix in homepage
This commit is contained in:
parent
a8e8630164
commit
062ea07ca3
@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<h3>Middleware support</h3>
|
||||
<p>A incoming HTTP request can by handled by a chain of middlewares and the final action.
|
||||
<p>A incoming HTTP request can be handled by a chain of middlewares and the final action.
|
||||
<br>For example: Logger, Authorization, GZIP and finally post a message in the DB.</p>
|
||||
</div>
|
||||
<div class="w-col w-col-4 w-col-small-4">
|
||||
@ -199,4 +199,4 @@
|
||||
<script type="text/javascript" src="js/webflow.js"></script>
|
||||
<!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user