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.
This commit is contained in:
Kam
2026-09-07 10:41:11 +03:00
committed by Kristiyan Kostadinov
parent e80c91b262
commit 93f17e0bdf
@@ -1,4 +1,4 @@
# docregion
# #docregion
<VirtualHost *:80>
ServerName localhost
DocumentRoot /www/data