From ef8346fc2d36850e98a7a1c5e89e192cddfc3c71 Mon Sep 17 00:00:00 2001 From: Nathan Sheffield Date: Wed, 11 Dec 2024 15:52:05 -0500 Subject: [PATCH] typo --- docs/seqcol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/seqcol.md b/docs/seqcol.md index eda99f2..5aeafb8 100644 --- a/docs/seqcol.md +++ b/docs/seqcol.md @@ -347,8 +347,8 @@ The API has these top-level endpoints: 1. `/service-info`, for describing information about the service. 2. `/collection`, for retrieving sequence collections. 3. `/comparison`, for comparing two sequence collections. -4. `/list`, for retriving a list of objects. -5. `/attribute`, for retriving the value of a specific attribute. +4. `/list`, for retrieving a list of objects. +5. `/attribute`, for retrieving the value of a specific attribute. In addition, a RECOMMENDED endpoint at `/openapi.json` SHOULD provide OpenAPI documentation.