diff --git a/docz/docs/03-demos/09-cloud/01-salesforce.md b/docz/docs/03-demos/09-cloud/01-salesforce.md index 459d9bfa..763d56d1 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"