diff options
Diffstat (limited to 'system/addon/api.go')
-rw-r--r-- | system/addon/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/addon/api.go b/system/addon/api.go index 7167202..9b54d6e 100644 --- a/system/addon/api.go +++ b/system/addon/api.go @@ -12,7 +12,7 @@ import ( "github.com/ponzu-cms/ponzu/system/db" ) -// QueryOptions is a miror of the same struct in db package and are re-declared +// QueryOptions is a mirror of the same struct in db package and are re-declared // here only to make the API simpler for the caller type QueryOptions db.QueryOptions |