From d15ee72a2499dccd05691b6f8a575bfe690e78c1 Mon Sep 17 00:00:00 2001 From: john gravois Date: Tue, 26 Mar 2019 11:23:29 -0700 Subject: [PATCH] fix typo in code snippet --- packages/arcgis-rest-request/src/utils/get-portal.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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