From fb8f4eb09b979eda16b460fd8ef4634fec85717e Mon Sep 17 00:00:00 2001 From: phette23 Date: Wed, 5 Mar 2025 15:18:10 -0800 Subject: [PATCH] Bug 39260: fix typo in acquisitions baskets API docs To test: - Go to /api/v1/.html#op-get--acquisitions-baskets-managers - See 'possibe' misspelling - Apply patch and revisit - Spelling is fixed --- api/v1/swagger/paths/acquisitions_baskets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/paths/acquisitions_baskets.yaml b/api/v1/swagger/paths/acquisitions_baskets.yaml index 010b53af94..30a6c6e2e6 100644 --- a/api/v1/swagger/paths/acquisitions_baskets.yaml +++ b/api/v1/swagger/paths/acquisitions_baskets.yaml @@ -53,7 +53,7 @@ x-mojo-to: Acquisitions::Baskets#list_managers operationId: listBasketsManagers description: This resource returns a list of patron allowed to be a manager for baskets - summary: List possibe managers for baskets + summary: List possible managers for baskets tags: - baskets parameters: -- 2.48.1