diff --git a/packages/react/src/components/CodeSnippet/CodeSnippet.mdx b/packages/react/src/components/CodeSnippet/CodeSnippet.mdx index 93ec8c44d15d..4eea981d8fee 100644 --- a/packages/react/src/components/CodeSnippet/CodeSnippet.mdx +++ b/packages/react/src/components/CodeSnippet/CodeSnippet.mdx @@ -55,8 +55,8 @@ name or similar small piece of code from it's surrounding text. Multiple line code snippets are used for displaying code with more than one line. They're shown in a block and useful for showing classes, functions, blocks -of styles and the like. There is an option to wrap the lines displayed if the lines -are longer than the container. +of styles and the like. There is an option to wrap the lines displayed if the +lines are longer than the container. @@ -74,7 +74,9 @@ invocations, expressions etc. ## Component API - +We are investigating why props for this component are not displaying properly. +Until then, the props for this component can be viewed +[here](https://github.com/carbon-design-system/carbon/blob/master/packages/react/src/components/CodeSnippet/CodeSnippet.js#L202-L278) ## Feedback