Skip to content

Commit 4fb10ec

Browse files
authored
Update core.py (#628)
1 parent 3b5b093 commit 4fb10ec

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/types/stac_fastapi/types

1 file changed

+1
-1
lines changed

stac_fastapi/types/stac_fastapi/types/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def _landing_page(
289289
{
290290
"rel": Relations.conformance.value,
291291
"type": MimeTypes.json,
292-
"title": "STAC/WFS3 conformance classes implemented by this server",
292+
"title": "STAC/OGC conformance classes implemented by this server",
293293
"href": urljoin(base_url, "conformance"),
294294
},
295295
{

0 commit comments

Comments
 (0)