diff --git a/stac_fastapi/types/stac_fastapi/types/core.py b/stac_fastapi/types/stac_fastapi/types/core.py index 70d74447d..16430f66a 100644 --- a/stac_fastapi/types/stac_fastapi/types/core.py +++ b/stac_fastapi/types/stac_fastapi/types/core.py @@ -291,7 +291,7 @@ def _landing_page( { "rel": Relations.conformance.value, "type": MimeTypes.json, - "title": "STAC/WFS3 conformance classes implemented by this server", + "title": "STAC/OGC conformance classes implemented by this server", "href": urljoin(base_url, "conformance"), }, {