diff --git a/packages/storybook/src/nimble/mapping/user/mapping-user.stories.ts b/packages/storybook/src/nimble/mapping/user/mapping-user.stories.ts index b1d15a8ffe..3107486c55 100644 --- a/packages/storybook/src/nimble/mapping/user/mapping-user.stories.ts +++ b/packages/storybook/src/nimble/mapping/user/mapping-user.stories.ts @@ -21,14 +21,14 @@ export const userMapping: StoryObj = { render: createUserSelectedThemeStory(hiddenWrapper(html``)), argTypes: { key: { - description: 'A key (url) for each user that maps to a user', + description: 'A URL that uniquely identifies the user, e.g. `user:1234`.', control: false, table: { category: apiCategory.attributes }, }, displayName: { name: 'display-name', description: - 'A string which renders the textual representation of user name', + 'The display name to render for the user, e.g. `Oscar Meyer 🌭`.', table: { category: apiCategory.attributes }, } },