🔥 Remove line breaks from param descriptions (#2473)
* 🔥 Remove line breaks from param descriptions * 🔥 Remove more line breaks * 🎨 Fix spacing for list item in tooltip * ⚡ Apply multiline with <p> tags * ⚡ Improve <code> and <a> tags * ✏️ Improve grammar and spelling * ⚡ Add missing <p> tags * ✏️ Make "multiple" phrasing consistent * ⚡ Fix unneeded quote escapes * ⚡ Encode angle brackets * ⚡ Fix typo and copy-paste artifact
This commit is contained in:
@@ -65,7 +65,7 @@ export const channelMembersDescription: ChannelProperties = [
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
description: 'By default the response only contain the ID of the user.<br />If this option gets activated, it will resolve the user automatically.',
|
||||
description: 'By default the response only contain the ID of the user. If this option gets activated, it will resolve the user automatically.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
|
||||
Reference in New Issue
Block a user