Skip to content

Commit 739c25e

Browse files
committed
fix: typo
1 parent cef584c commit 739c25e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/doc/docs/connectors/ksqldb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KsqlDB
1+
# ksqlDB
22

33
## Installation
44

packages/extension-driver-ksqldb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is the KSqlDb driver for VulcanSQL, provided by [Canner](https://cannerdata
2323
- name: ksql # Profile name
2424
type: ksqldb
2525
connection:
26-
# Optional: KSqlDb instance URL. Default is http://localhost:8088.
26+
# Optional: ksqlDB instance URL. Default is http://localhost:8088.
2727
host: 'www.example.com:8088'
2828
# Optional: The name of the user on whose behalf requests are made.
2929
username: '<username>',

packages/extension-driver-ksqldb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vulcan-sql/extension-driver-ksqldb",
3-
"description": "KSqlDb driver for VulcanSQL",
3+
"description": "ksqlDB driver for VulcanSQL",
44
"version": "0.7.1",
55
"type": "commonjs",
66
"publishConfig": {

0 commit comments

Comments
 (0)