Skip to content

Commit cbaffc5

Browse files
committed
fix typo
1 parent 7b30e99 commit cbaffc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For `TOdbcDbFactory`, using ODBC with DSN, you can register simply by using its
138138
container.add(
139139
'db',
140140
TOdbcDbFactory.create()
141-
.database('my-app-d')
141+
.database('my-app-db')
142142
);
143143
```
144144

0 commit comments

Comments
 (0)