Skip to content

Commit 4a3a780

Browse files
authored
Update components/document360/actions/get-article/get-article.mjs
1 parent 6a5c234 commit 4a3a780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/document360/actions/get-article/get-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
isForDisplay: {
3737
type: "boolean",
3838
label: "Is For Display",
39-
description: "Set this to `true`, if you are displaying the article to the end-user. If `, the content of snippets or variables appears in the article. Note: If the value is true, ensure that the article content is not passed for update article endpoints.",
39+
description: "Set this to `true`, if you are displaying the article to the end-user. If `true`, the content of snippets or variables appears in the article. Note: If the value is true, ensure that the article content is not passed for update article endpoints.",
4040
optional: true,
4141
},
4242
isPublished: {

0 commit comments

Comments
 (0)