Skip to content

Commit

Permalink
Fixing PR comment by addressing single quotes characters in the schem…
Browse files Browse the repository at this point in the history
…a manifest to ensure consistency with other usage in the schema manifest.
  • Loading branch information
Madhusudhan-MSFT committed Jan 16, 2024
1 parent 283eb8e commit 7ef33c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -192,7 +192,7 @@
"type": [ "string", "null" ],
"minLength": 1,
"maxLength": 512,
"description": "The Repair value must be passed to the installer, ModifyPath ARP command, or uninstaller ARP command when the user opts for a repair."
"description": "The 'Repair' value must be passed to the installer, ModifyPath ARP command, or uninstaller ARP command when the user opts for a repair."
}
}
},
Expand Down
Expand Up @@ -292,7 +292,7 @@
"type": [ "string", "null" ],
"minLength": 1,
"maxLength": 512,
"description": "The Repair value must be passed to the installer, ModifyPath ARP command, or uninstaller ARP command when the user opts for a repair"
"description": "The 'Repair' value must be passed to the installer, ModifyPath ARP command, or uninstaller ARP command when the user opts for a repair"
}
}
},
Expand Down

0 comments on commit 7ef33c6

Please sign in to comment.