From 948553c7e8cb69623fab25e83eafe418868e215d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 7 Sep 2021 20:06:23 +0900 Subject: [PATCH] chore: fix typo in kudos/models.py Orignal -> Original --- app/kudos/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/kudos/models.py b/app/kudos/models.py index 35e47af5bed..33523881e11 100644 --- a/app/kudos/models.py +++ b/app/kudos/models.py @@ -75,7 +75,7 @@ class Token(SuperModel): Attributes: artist (str): The artist that created the kudos image. background_color (str): 6 digit hex code background color. See Open Sea docs for details. - cloned_from_id (int): Orignal Kudos that this one was cloned from. + cloned_from_id (int): Original Kudos that this one was cloned from. contract (FK): Foreing key to the Contract model. description (str): Description of the kudos. external_url (str): External URL pointer to image asset. See Open Sea docs for details.