appv2: typo in ports resource doc x_x

This commit is contained in:
Alexandre Aubin 2023-02-03 15:32:09 +01:00 committed by GitHub
parent c255fe2495
commit 0e787acb5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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