mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Kristiyan Kostadinov
parent
3e2627e720
commit
179245b049
@@ -1,4 +1,4 @@
|
||||
# docregion
|
||||
# #docregion
|
||||
<VirtualHost *:80>
|
||||
ServerName localhost
|
||||
DocumentRoot /www/data
|
||||
|
||||
Reference in New Issue
Block a user