Skip to content

Commit d1d7cb7

Browse files
committed
Adjust migration doc
1 parent 762c031 commit d1d7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ That’s it — the extension is now available to load in your migrations.
4545

4646
## 🔌 Loading an Extension
4747

48-
To load a standard extension (like pgcrypto), create a migration file such as:
48+
To load extensions, create a migration file such as:
4949

5050
```sql title="postgres/migrations/01-extensions.sql"
5151
create extension pgcrypto;

0 commit comments

Comments
 (0)