Skip to content

Commit 2c7b7b0

Browse files
author
williamd5
committed
add missing quotes
1 parent b161442 commit 2c7b7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ Hetzner DNS zone model
10191019
- `permission` <code>[**string**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)</code> Permission of the zone
10201020
- `project` <code>[**string**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)</code> Project of the zone
10211021
- `registrar` <code>[**string**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)</code> Zone registrar
1022-
- `status` <code>**verified**</code> Status of the zone
1022+
- `status` <code>**"verified"**</code> Status of the zone
10231023
- `ttl` <code>[**number**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)</code> Default TTL (time to live) in seconds for records in this DNS zone
10241024
- `verified` <code>[**string**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)</code> Zone verification timestamp in ISO 8601 format or empty string
10251025
- `records_count` <code>[**number**](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)</code> Number of records in the zone

0 commit comments

Comments
 (0)