Skip to content

Commit b2cd3d0

Browse files
committed
config: Fix table on proxy overview page
1 parent 64ae7b5 commit b2cd3d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/core/config/proxy/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ Insert data to SQL corresponding your users.
267267
Working data could look like this:
268268

269269
| user | host | destuser |
270-
| john |192.168.0.1 | |
270+
| ---- | ---- | -------- |
271+
| john | 192.168.0.1 | |
271272
| joe | 192.168.0.2 | joe@example.com |
272273

273274
::: code-group

0 commit comments

Comments
 (0)