docs(guide/Components): snake -> kebab#14464
Conversation
The example given is not in snake_case, it is in kebab-case.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
1 similar comment
|
CLAs look good, thanks! |
The example given is not in snake_case, it is in kebab-case. Closes #14464
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Doc correction.
What is the current behavior? (You can also link to an open issue here)
Docs mention
snake_case.What is the new behavior (if this is a feature change)?
Example given is actually
kebab-case.Does this PR introduce a breaking change?
No.
Please check if the PR fulfills these requirements
Other information:
The example given is not in snake_case, it is in kebab-case.