✏️ Minor typo cleanup

This commit is contained in:
Wouter de Bruijn 2025-10-15 17:26:54 +02:00
parent 047fb33332
commit efb42916fd
No known key found for this signature in database
GPG Key ID: AC71F96733B92BFA
2 changed files with 4 additions and 4 deletions

View File

@ -416,7 +416,7 @@ making NetBox the single source-of-truth for managing tags.
To enable syncing, turn on `tag_sync` in the config file.
By default, this script will modify tag names and tag values to lowercase.
You can change this behaviour by setting `tag_lower` to `False`.
You can change this behavior by setting `tag_lower` to `False`.
```python
tag_sync = True
@ -684,7 +684,7 @@ Devices and VMs.
You can also assign these custom fields to a site to allow all devices/VMs
in that site to be configured with the same proxy or proxy group.
In order for this to work, `extended_site_properties` needs to be enabled in
the configuation as well.
the configuration as well.
To use the custom fields for proxy configuration, configure one or both
of the following settings in the configuration file with the actual names of your

View File

@ -53,9 +53,9 @@ hostgroup_format = "site/manufacturer/role"
traverse_regions = False
traverse_site_groups = False
## Extended site properteis
## Extended site properties
# By default, NetBox will only return basic site info for any device or VM.
# By setting `extended_site_properties` to True, the script will query NetBox for additiopnal site info.
# By setting `extended_site_properties` to True, the script will query NetBox for additional site info.
# Be aware that this will increase the number of API queries to NetBox.
extended_site_properties = False