Skip to content

Commit 6a849e3

Browse files
Fix typo in Configuring guide [ci-skip]
Co-authored-by: Earlopain <[email protected]>
1 parent 8f261cd commit 6a849e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,7 @@ development:
35623562
pool: 5
35633563
```
35643564

3565-
By default Active Record a database features called advisory locks. You might need to disable this feature if you're using an external connection pooler like PgBouncer:
3565+
By default Active Record uses a database feature called advisory locks. You might need to disable this feature if you're using an external connection pooler like PgBouncer:
35663566
35673567
```yaml
35683568
production:

0 commit comments

Comments
 (0)