Skip to content

Commit

Permalink
Fix typo in options doc (dgraph-io#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Jan 18, 2021
1 parent 4b57115 commit 63f09c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Options struct {
EncryptionKey []byte // encryption key
EncryptionKeyRotationDuration time.Duration // key rotation duration

// BypassLockGaurd will bypass the lock guard on badger. Bypassing lock
// BypassLockGuard will bypass the lock guard on badger. Bypassing lock
// guard can cause data corruption if multiple badger instances are using
// the same directory. Use this options with caution.
BypassLockGuard bool
Expand Down

0 comments on commit 63f09c3

Please sign in to comment.