From 0e787acb5db3a03902ace597705fd1f0e76309ff Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Feb 2023 15:32:09 +0100 Subject: [PATCH] appv2: typo in ports resource doc x_x --- src/utils/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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