Update layers.md
Amend the word 'conponent' to 'component'
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).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
HI @ly3106, thank you for your contribution!
The api_docs are generated (every so often) from the docstrings embedded in the Python code. A direct edit to api_docs will be lost the next time api_docs are generated. Therefore, I encourage you to apply your fix directly at the source: https://github.com/tensorflow/gnn/blob/126f8972c2c752ed2e9ffe3c65d598b33c6cb358/tensorflow_gnn/keras/layers/graph_ops.py#L208
Commit https://github.com/tensorflow/gnn/commit/5fea463ea79c3ca7314517c60c605d4377cd4b7c has now made the fix at the source (keras/layers/graph_ops.py). The change to api_docs/python/tfgnn/keras/layers.md will happen at the next refresh of api_docs from the source. With that, this pull request is no longer needed.