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.

(cherry picked from commit 93f17e0bdf)
This commit is contained in:
Kam
2026-09-07 10:41:11 +03:00
committed by Kristiyan Kostadinov
parent 3e2627e720
commit 179245b049
@@ -1,4 +1,4 @@
# docregion
# #docregion
<VirtualHost *:80>
ServerName localhost
DocumentRoot /www/data