Skip to content

Commit 5eaa476

Browse files
authored
fix(docs): Fix typo in connector description in CONTRIBUTING.md (#26392)
## Description Fix a small typo ## Motivation and Context N/A ## Impact N/A ## Test Plan N/A ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. - [ ] If adding new dependencies, verified they have an [OpenSSF Scorecard](https://securityscorecards.dev/#the-checks) score of 5.0 or higher (or obtained explicit TSC approval for lower scores). ## Release Notes ``` == NO RELEASE NOTE == ```
1 parent 39d0f0b commit 5eaa476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Note: Each PR/commit should have a single primary type. If your changes span mul
342342
* `spi` - Service Provider Interface changes
343343
* `scheduler` - Task scheduling and execution
344344
* `protocol` - Wire protocol and serialization
345-
* `connector` - Changes to broader connector functionality or conector SPI
345+
* `connector` - Changes to broader connector functionality or connector SPI
346346
* `resource` - Resource management (memory manager, resource groups)
347347
* `security` - Authentication and authorization
348348
* `function` - Built-in functions and operators

0 commit comments

Comments
 (0)