From 93f17e0bdf59cb9510910b492f4ff53fd89f3f6b Mon Sep 17 00:00:00 2001 From: Kam Date: Mon, 7 Sep 2026 10:41:11 +0300 Subject: [PATCH] docs: fix the docregion marker in the apache config example The marker was written `# docregion`, but the hash matcher expects `# #docregion`, one hash for the comment and one for the marker. It was not recognised, so it was never stripped and rendered as the first line of the Apache config on https://angular.dev/guide/i18n/deploy. The sibling `nginx.conf`, shown on the same page, already has the correct form. --- adev/src/content/examples/i18n/doc-files/apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/examples/i18n/doc-files/apache2.conf b/adev/src/content/examples/i18n/doc-files/apache2.conf index 431111e47fe..7f6dc6f66d6 100644 --- a/adev/src/content/examples/i18n/doc-files/apache2.conf +++ b/adev/src/content/examples/i18n/doc-files/apache2.conf @@ -1,4 +1,4 @@ -# docregion +# #docregion ServerName localhost DocumentRoot /www/data