Skip to content

Commit 65a1cae

Browse files
authored
fix MIME types docs has not yet written (mdn#6158)
1 parent c2ee8a8 commit 65a1cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/learn/server-side/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ <h2 id="See_also">See also</h2>
5454
<dt><a href="/en-US/docs/Learn/Server-side/Node_server_without_framework">Node server without framework</a></dt>
5555
<dd>This article provides a simple static file server built with pure Node.js, for those of you not wanting to use a framework.</dd>
5656
<dt><a href="/en-US/docs/Learn/Server-side/Configuring_server_MIME_types">Properly configuring server MIME types</a></dt>
57-
<dd>Configuring your server to send the correct {{Glossary("MIME types")}} (also known as media types or content types) to browsers is important for browsers to be able to properly process and display the content. It is also important to prevent malicious content from masquerading as benign content.</dd>
57+
<dd>Configuring your server to send the correct {{Glossary("MIME type", "MIME types")}} (also known as media types or content types) to browsers is important for browsers to be able to properly process and display the content. It is also important to prevent malicious content from masquerading as benign content.</dd>
5858
</dl>

0 commit comments

Comments
 (0)