We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d498 commit be483b3Copy full SHA for be483b3
components/peerdom/peerdom.app.mjs
@@ -10,7 +10,7 @@ export default {
10
groupId: {
11
type: "string",
12
label: "Parent ID",
13
- description: "The Id should be a valid group ID.",
+ description: "The ID should be a valid group ID.",
14
async options() {
15
const data = await this.listGroups();
16
0 commit comments