spelling: programmatically

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-04-27 09:02:32 -04:00
parent a1a05c4a65
commit e15b599e6a
+1 -1
View File
@@ -118,7 +118,7 @@ type WebConfig struct {
// * themes/(theme) - Static static served at "( issuer URL )/theme".
Dir string
// Alternative way to programatically configure static web assets.
// Alternative way to programmatically configure static web assets.
// If Dir is specified, WebFS is ignored.
// It's expected to contain the same files and directories as mentioned above.
//