From a3a55e219926087b279f42c8b9273ba67e3cad66 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Fri, 4 Feb 2022 16:42:04 +0100 Subject: [PATCH] fix typo --- api/resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/resources.go b/api/resources.go index 3647c00..b2659c8 100644 --- a/api/resources.go +++ b/api/resources.go @@ -8,7 +8,7 @@ import ( // Resource is a Resource. // Warning: Since Passbolt v3 some fields here may not be populated as they may be in the Secret depending on the ResourceType, -// for now the only Field like that is the Decription. +// for now the only Field like that is the Description. type Resource struct { ID string `json:"id,omitempty"` Created *Time `json:"created,omitempty"`