Skip to content

Commit 67f58eb

Browse files
committed
Typo fixed urBackend to your backend
1 parent 82c8dca commit 67f58eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mintlify/docs/api-reference/data/aggregate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Runs a MongoDB aggregation pipeline on the specified collection. This allows for
3535

3636
### RLS behavior
3737

38-
If Row-Level Security (RLS) is enabled, urBackend automatically injects a `$match` stage at the beginning of your pipeline (or after `$geoNear` / `$search` if present). This ensures users only aggregate data they have access to.
38+
If Row-Level Security (RLS) is enabled, your backend automatically injects a `$match` stage at the beginning of your pipeline (or after `$geoNear` / `$search` if present). This ensures users only aggregate data they have access to.
3939

4040
### Response fields
4141

0 commit comments

Comments
 (0)