Skip to content

Commit

Permalink
Merge pull request #16 from im-kulikov/fix/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
catsby authored Oct 21, 2019
2 parents ef2e128 + d5cf5e6 commit 4207f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type BoltStore struct {
path string
}

// Options contains all the configuraiton used to open the BoltDB
// Options contains all the configuration used to open the BoltDB
type Options struct {
// Path is the file path to the BoltDB to use
Path string
Expand Down

0 comments on commit 4207f1b

Please sign in to comment.