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.
This commit is contained in:
committed by
Kristiyan Kostadinov
parent
e80c91b262
commit
93f17e0bdf
@@ -1,4 +1,4 @@
|
||||
# docregion
|
||||
# #docregion
|
||||
<VirtualHost *:80>
|
||||
ServerName localhost
|
||||
DocumentRoot /www/data
|
||||
|
||||
Reference in New Issue
Block a user