diff --git a/snippet-template.md b/snippet-template.md index 2559cbc9f..a52e0f4f5 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,17 +1,17 @@ -### componentName +### ComponentName Explain briefly what the snippet does. Explain briefly how the snippet works. ```jsx -function componentName(props) { +function ComponentName(props) { return