Skip to content

Commit eb366e1

Browse files
authored
docs: Fix typo in config.mdx
1 parent bd8ec74 commit eb366e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/reference/configuration/config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def check_sql_auth(req: dict, user_name: str) -> dict:
11101110

11111111
```javascript
11121112
module.exports = {
1113-
check_sql_auth: (req, user_name) => {
1113+
checkSqlAuth: (req, user_name) => {
11141114
if (user_name === 'my_user') {
11151115
return {
11161116
password: 'my_password',
@@ -1332,4 +1332,4 @@ If not defined, Cube will lookup for environment variable
13321332

13331333
[link-snake-case]: https://en.wikipedia.org/wiki/Snake_case
13341334
[link-camel-case]: https://en.wikipedia.org/wiki/Camel_case
1335-
[link-github-cube-drivers]: https://github.com/cube-js/cube/tree/master/packages
1335+
[link-github-cube-drivers]: https://github.com/cube-js/cube/tree/master/packages

0 commit comments

Comments
 (0)