Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions force-app/main/default/classes/SampleApexDataProvider.cls
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ global with sharing class SampleApexDataProvider extends AbstractTimelineDataPro
}

/**
* @description The fields that are showed when expanded (flow step: Display fields)
* @description The fields that are shown when expanded (flow step: Display fields)
* @return List<String>
*/
global override List<String> getFieldsToDisplay() {
Expand Down Expand Up @@ -153,4 +153,4 @@ global with sharing class SampleApexDataProvider extends AbstractTimelineDataPro
return true;
}

}
}