Skip to content

Commit

Permalink
docs: typo fix (#5739)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliuqin committed Mar 27, 2020
1 parent edeb561 commit 442bff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_CN/connection.md
Expand Up @@ -87,7 +87,7 @@ const secondConnection: Connection = await createConnection("test2-connection");
const connections: Connection[] = await createConnections();
```

不同的连接必须具有不同的名称默。认情况下,如果未指定连接名称,则为`default`
不同的连接必须具有不同的名称。默认情况下,如果未指定连接名称,则为`default`
通常在你使用多个数据库或多个连接配置时才会使用多连接。

创建连接后,你可以使用`getConnection`函数从应用程序中的任何位置使用它:
Expand Down

0 comments on commit 442bff9

Please sign in to comment.