Skip to content

Commit 54ec799

Browse files
Update content/recipes/sql-typeorm.md
1 parent eed6e50 commit 54ec799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/sql-typeorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const databaseProviders = [
4141

4242
> warning **Warning** Setting `synchronize: true` shouldn't be used in production - otherwise you can lose production data.
4343
44-
> warning **Hint** Following best practices, we declared the custom provider in the separated file which has a `*.providers.ts` suffix.
44+
> info **Hint** Following best practices, we declared the custom provider in the separated file which has a `*.providers.ts` suffix.
4545
4646
Then, we need to export these providers to make them **accessible** for the rest of the application.
4747

0 commit comments

Comments
 (0)