Skip to content

Commit f282917

Browse files
committed
Update docs
1 parent 9de1175 commit f282917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/syntax/applies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ discontinued 9.2.0
4747
all
4848
```
4949

50-
`all` and empty string mean generally available for all active versions
50+
`all` means generally available for all active versions
5151

5252
```yaml
5353
applies_to:
5454
serverless: all
5555
```
5656
57-
`all` and empty string can also be specified at a version level
57+
`all` can also be specified at a version level
5858

5959
```yaml
6060
applies_to:
6161
stack: beta all
6262
serverless: beta
6363
```
6464

65-
Both are equivalent, note `all` just means we won't be rendering the version portion in the html.
65+
Note `all` just means we won't be rendering the version portion in the HTML.
6666

6767

6868
## Structured model

0 commit comments

Comments
 (0)