Skip to content

Commit 4ac1687

Browse files
committed
typo change
1 parent d90b212 commit 4ac1687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/13-managing-arcgis-applications/cloning-complex-apps.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@
13711371
"source": [
13721372
"### `remap_data()`\n",
13731373
"\n",
1374-
"As we mentioned earler `remap_data()` is a new function in the `Item` class added in version 2.4.0. This method was added in to address how users might try to fix broken items, or automate mass replacement of an item in other applications. One great example would be if you cloned a Dashboard, but wanted to remap the internal data items to new data items already existent in the target org. Another great example would be if you had a feature layer being used in a bunch of different applications, but the underlying service broke or became obsolete, and you want to automate replacing it in all of the apps that are using it. Basically, any scenario where you want to easily replace an item within another one, this method will be your best friend. See the docstring for it below."
1374+
"As we mentioned earlier, `remap_data()` is a new function in the `Item` class added in version 2.4.0. This method was added in to address how users might try to fix broken items, or automate mass replacement of an item in other applications. One great example would be if you cloned a Dashboard, but wanted to remap the internal data items to new data items already existent in the target org. Another great example would be if you had a feature layer being used in a bunch of different applications, but the underlying service broke or became obsolete, and you want to automate replacing it in all of the apps that are using it. Basically, any scenario where you want to easily replace an item within another one, this method will be your best friend. See the docstring for it below."
13751375
]
13761376
},
13771377
{

0 commit comments

Comments
 (0)