2022.2.0: Add missing language flag to codefenced block

This commit is contained in:
Franck Nijhof 2022-01-26 20:47:41 +01:00
parent 29d55b6757
commit 3791277d90
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -636,7 +636,7 @@ are now deprecated from the `manifest.json` file and should
be moved into a `properties` dict.
For example:
```
```diff
- {"type":"_airplay._tcp.local.","model":"appletv*"}
+ {"type":"_airplay._tcp.local.","properties":{"model":"appletv*"}}
```