Skip to content

Commit

Permalink
Update dgraph-administration.md
Browse files Browse the repository at this point in the history
Fix typo `mutation=strict` -> `mutations=strict`
  • Loading branch information
djanderson committed Jun 28, 2023
1 parent 793bf7a commit 809c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/deploy/admin/dgraph-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Before performing a mutation on a predicate that doesn't exist in the schema,
you need to perform an alter operation with that predicate and its schema type.

```sh
dgraph alpha --limit "mutation=strict; mutations-nquad=1000000"
dgraph alpha --limit "mutations=strict; mutations-nquad=1000000"
```

## Secure Alter Operations
Expand Down

0 comments on commit 809c461

Please sign in to comment.