diff --git a/octodns/provider/yaml.py b/octodns/provider/yaml.py index 614638a..e4afffe 100644 --- a/octodns/provider/yaml.py +++ b/octodns/provider/yaml.py @@ -36,8 +36,8 @@ class YamlProvider(BaseProvider): enforce_order: true # What sort mode to employ when enforcing order # - simple: `sort` - # - natual: https://pypi.org/project/natsort/ - # (optional, default natual) + # - natural: https://pypi.org/project/natsort/ + # (optional, default natural) order_mode: natural # Whether duplicate records should replace rather than error