Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed Sep 30, 2024
1 parent 29b58d3 commit 7e14ef0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const propertyPaneContentConfig = [
propertyName: "timePrecision",
label: "Time Precision",
controlType: "DROP_DOWN",
helpText: "Sets the different time picker or hide.",
helpText: "Sets the time precision or hides the time picker.",
defaultValue: "day",
options: [
{
Expand Down Expand Up @@ -72,7 +72,7 @@ export const propertyPaneContentConfig = [
sectionName: "Label",
children: [
{
helpText: "Sets the label text of the options widget",
helpText: "Sets the label text of the date picker widget",
propertyName: "label",
label: "Text",
controlType: "INPUT_TEXT",
Expand Down Expand Up @@ -124,7 +124,7 @@ export const propertyPaneContentConfig = [
sectionName: "General",
children: [
{
helpText: "Show help text or details about current input",
helpText: "Shows help text or details about the current input",
propertyName: "labelTooltip",
label: "Tooltip",
controlType: "INPUT_TEXT",
Expand Down

0 comments on commit 7e14ef0

Please sign in to comment.