From 8ef21552e38e6fcfdff5cdabb38eb0ffa31ba169 Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Wed, 12 Jun 2024 12:06:57 -0500 Subject: [PATCH] fix: small change to trigger a catch-up release --- packages/arcgis-rest-feature-service/src/getServiceAdminInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/arcgis-rest-feature-service/src/getServiceAdminInfo.ts b/packages/arcgis-rest-feature-service/src/getServiceAdminInfo.ts index 734c38f0c5..b80812b79c 100644 --- a/packages/arcgis-rest-feature-service/src/getServiceAdminInfo.ts +++ b/packages/arcgis-rest-feature-service/src/getServiceAdminInfo.ts @@ -5,7 +5,7 @@ import { request, ArcGISIdentityManager } from "@esri/arcgis-rest-request"; import { IServiceInfo } from "./helpers.js"; /** - * Given a Feature Service url, fetch the service admin information. + * Given a Feature Service URL, fetch the service admin information. * * The response from this call includes all the detailed information * for each layer/table in the service as well as some admin properties