diff --git a/src/utils/resources.py b/src/utils/resources.py index 65c8ee8cd..586cb1583 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -755,7 +755,7 @@ class PortsResource(AppResource): ##### Example: ```toml - [resources.port] + [resources.ports] # (empty should be fine for most apps ... though you can customize stuff if absolutely needed) main.default = 12345 # if you really want to specify a prefered value .. but shouldnt matter in the majority of cases