Skip to content

Commit 535a25a

Browse files
Update deep_code/utils/ogc_api_record.py
Co-authored-by: Thomas Storm <[email protected]>
1 parent 22aef9b commit 535a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_code/utils/ogc_api_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def build_them_links_for_records(self):
105105
"rel": "related",
106106
"href": f"../../themes/{theme}/catalog.json",
107107
"type": "application/json",
108-
"title": f"Theme: {formated_theme}",
108+
"title": f"Theme: {formatted_theme}",
109109
}
110110
self.theme_links.append(link)
111111
return self.theme_links

0 commit comments

Comments
 (0)