From e7e2d1a7094ecddaceb2ebc6f8d4c58503e54a7f Mon Sep 17 00:00:00 2001 From: SheetJS Date: Sun, 9 Apr 2023 04:51:51 -0400 Subject: [PATCH] sf57 --- docz/docs/03-demos/09-cloud/01-salesforce.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docz/docs/03-demos/09-cloud/01-salesforce.md b/docz/docs/03-demos/09-cloud/01-salesforce.md index 459d9bf..763d56d 100644 --- a/docz/docs/03-demos/09-cloud/01-salesforce.md +++ b/docz/docs/03-demos/09-cloud/01-salesforce.md @@ -12,7 +12,7 @@ This demo assumes familiarity with Lightning Web Components. Salesforce has a :::caution Some of the details may differ across releases of Salesforce. This demo is based -on Lightning API version `55.0` and was last tested on 2022 June 26. +on Lightning API version `57.0` and was last tested on 2023 April 09. Salesforce may change the platform in backwards-incompatible ways, so the demo may require some adjustments. The official documentation should be consulted. @@ -47,7 +47,7 @@ be changed: `force-app\main\default\lwc\sheetComponent\sheetComponent.html` add some HTML: -```html force-app\main\default\lwc\sheetComponent\sheetComponent.html +```html title="force-app\main\default\lwc\sheetComponent\sheetComponent.html"