Skip to content

Commit a61c1e1

Browse files
authored
Merge pull request #993 from humanmade/backport-991-to-v23-branch
[Backport v23-branch] Some minor linting issues fixed
2 parents 39d3dde + 1e95be4 commit a61c1e1

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

docs/dns-configuration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ After these DNS changes are put into place, your site will be served by Altis; t
8484

8585
You can perform this step at any point after verification is complete when you're ready to switch your traffic.
8686

87-
Altis can only provide host names (fully qualified domain names) to be used in DNS records, not IP addresses, as servers are
88-
dynamically allocated based on traffic. Therefore, you *must* use CNAME, ANAME, or ALIAS records when configuring and managing
87+
Altis can only provide host names (fully qualified domain names) to be used in DNS records, not IP addresses, as servers are
88+
dynamically allocated based on traffic. Therefore, you *must* use CNAME, ANAME, or ALIAS records when configuring and managing
8989
your own DNS.
9090

9191
#### CNAME records
@@ -95,12 +95,11 @@ to use the `www.` subdomain for your main site.
9595

9696
The Dashboard will show you your project-specific domain to use in the CNAME record.
9797

98-
9998
#### ALIAS/ANAME records
10099

101100
CNAME records are not supported on the domain apex (or "naked domain"); that is, the base domain without `www.`, such
102-
as `example.com`. This is a limitation of the DNS system and the CNAME specification. For apex domains, you must use either
103-
ALIAS or ANAME records. These are newer 'virtual' record types and are both the same. One or the other may be supported by your
101+
as `example.com`. This is a limitation of the DNS system and the CNAME specification. For apex domains, you must use either
102+
ALIAS or ANAME records. These are newer 'virtual' record types and are both the same. One or the other may be supported by your
104103
DNS provider.
105104

106105
#### Domain Apex

docs/nginx-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ location ~* config.local.yaml {
7171
```
7272

7373
If you wanted to allow a normally blocked location to be accessed, you could use a `location` block to override the default. For
74-
example, Altis blocks all urls beginning with a `.` as these are often sensitive files you do not want to be accessed.
74+
example, Altis blocks all URLs beginning with a `.` as these are often sensitive files you do not want to be accessed.
7575

76-
But one use case might be to allow access to specific `.well-known` urls. For example, to allow `Webfinger` requests you would
76+
One use case might be to allow access to specific `.well-known` URLs. For example, to allow `Webfinger` requests you would
7777
add the following location block to `.config/nginx-additions.conf`.
7878

7979
```nginxconf

docs/specifications.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following versions are available, and the specific version in use will depen
1313
## PHP Modules
1414

1515
<!-- vale Vale.Spelling = NO -->
16+
<!-- vale Vale.Terms = NO -->
1617
- apcu
1718
- calendar
1819
- Core
@@ -72,6 +73,7 @@ The following versions are available, and the specific version in use will depen
7273
- Zend OPcache
7374
- zip
7475
- zlib
76+
<!-- vale Vale.Terms = YES -->
7577
<!-- vale Vale.Spelling = YES -->
7678

7779
## Limitations

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data processing addendum](https://www.altis-dxp.com/policies/dpa/).
5151
Altis will work with you to understand your unique needs, including looking at your historical usage and estimated traffic patterns,
5252
to right-size your environment for your requirements.
5353

54-
## What timeframe is used for page views?
54+
## What time frame is used for page views?
5555

5656
Page views statistics are collected in near-realtime from the CloudFront CDN, and aggregated into monthly statistics. Your
5757
subscription includes usage either on a monthly or yearly basis.

0 commit comments

Comments
 (0)