diff --git a/.github/ISSUE_TEMPLATE/25_api_proposal.md b/.github/ISSUE_TEMPLATE/25_api_proposal.md
index 1aadfa4e6ec90469be1896775e2ce8cad4b365d8..591d0cf9be5612806824aa467e6c7bd8b53b3c45 100644
--- a/.github/ISSUE_TEMPLATE/25_api_proposal.md
+++ b/.github/ISSUE_TEMPLATE/25_api_proposal.md
@@ -25,6 +25,7 @@ namespace Microsoft.AspNetCore.Http
     {
 +       public Task WriteAsync(this HttpResponse response, StringBuilder builder);
     }
+}
 ```
 You may find the [Framework Design Guidelines](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/framework-design-guidelines-digest.md) helpful.
 -->