From ed185ea0f25cb5f27080e89fb6a0b2eb58887f7b Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Thu, 24 Sep 2020 01:50:22 +0530 Subject: [PATCH] Correcting case in docs (#27739) * Correcting case in documentation * Correcting case in docs --- docs/sources/developers/plugins/legacy/snapshot-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/legacy/snapshot-mode.md b/docs/sources/developers/plugins/legacy/snapshot-mode.md index 62e5af5561c..aec1a449967 100644 --- a/docs/sources/developers/plugins/legacy/snapshot-mode.md +++ b/docs/sources/developers/plugins/legacy/snapshot-mode.md @@ -59,7 +59,7 @@ Now the location data is saved in the dashboard json but we will have to load it ## Loading custom data for snapshots -The example below shows a function that loads the custom data. The data source for the custom data (an external api in this case) is not available in snapshot mode so a guard check is made to see if there is any snapshot data available first. If there is, then the snapshot data is used instead of trying to load the data from the external api. +The example below shows a function that loads the custom data. The data source for the custom data (an external API in this case) is not available in snapshot mode so a guard check is made to see if there is any snapshot data available first. If there is, then the snapshot data is used instead of trying to load the data from the external API. ```javascript loadLocationDataFromFile(reload) {