gemini-code-assist[bot] commented on code in PR #38923: URL: https://github.com/apache/beam/pull/38923#discussion_r3397413110
########## .agent/skills/developing-new-io-connectors/SKILL.md: ########## @@ -343,3 +343,5 @@ Add any necessary documentation for your connector under the `website/www/site/c > [!TIP] > **Canonical Reference Implementations:** When developing a new connector, we > highly recommend studying **Apache Iceberg** > ([IcebergIO.java](https://github.com/apache/beam/blob/master/sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/IcebergIO.java)) > and **Delta Lake** > ([DeltaIO.java](https://github.com/apache/beam/blob/master/sdks/java/io/delta/src/main/java/org/apache/beam/sdk/io/delta/DeltaIO.java)) > as state-of-the-art reference implementations. + +For mor details see the [Developing I/O connectors](https://beam.apache.org/documentation/io/developing-io-overview) guide. Review Comment:  There is a typo in this line: "mor" should be "more". ```suggestion For more details see the [Developing I/O connectors](https://beam.apache.org/documentation/io/developing-io-overview) guide. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
