Skip to content
Snippets Groups Projects
Commit 865102a0 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[nginx mode] Fix documented mime type

Issue #5148
parent d096403f
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<!doctype html>
<head>
<title>CodeMirror: NGINX mode</title>
<meta charset="utf-8"/>
......@@ -176,6 +176,6 @@ server {
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
</script>
<p><strong>MIME types defined:</strong> <code>text/nginx</code>.</p>
<p><strong>MIME types defined:</strong> <code>text/x-nginx-conf</code>.</p>
</article>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment