diff --git a/packages/arcgis-rest-request/src/utils/get-portal.ts b/packages/arcgis-rest-request/src/utils/get-portal.ts index 10d20fd5c8..fb1047dd6e 100644 --- a/packages/arcgis-rest-request/src/utils/get-portal.ts +++ b/packages/arcgis-rest-request/src/utils/get-portal.ts @@ -22,12 +22,12 @@ export function getSelf(requestOptions?: IRequestOptions): Promise { } /** - * * ```js + * ```js * import { getPortal } from "@esri/arcgis-rest-request"; * // * getPortal() - * getPortal("fe8") - * getPortal(null, { portal: "https://custom.maps.arcgis.com/sharing/rest/" }) + * getPortal("fe8") + * getPortal(null, { portal: "https://custom.maps.arcgis.com/sharing/rest/" }) * ``` * Fetch information about the current portal by id. If no id is passed, portals/self will be called * @param id