docs: fix spelling issues (#25009)

This commit is contained in:
bigbear
2025-07-25 18:02:07 +00:00
committed by GitHub
parent da4517a951
commit ca0c177bca
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type (
// via config file or through CLI arguments/flags. The underlying implementation
// is defined by the server package and is typically implemented via a Viper
// literal defined on the server Context. Note, casting Get calls may not yield
// the expected types and could result in type assertion errors. It is recommend
// the expected types and could result in type assertion errors. It is recommended
// to either use the cast package or perform manual conversion for safety.
AppOptions interface {
Get(string) any