Skip to content

Commit

Permalink
Fix spelling in documentation (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarvis authored and Casey Hilland committed Sep 6, 2019
1 parent c3c395d commit 9d90149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kazaam.go
Expand Up @@ -113,7 +113,7 @@ func NewKazaam(specString string) (*Kazaam, error) {
}

// New creates a new Kazaam instance by parsing the `spec` argument as JSON and returns a
// pointer to it. Thew string `spec` must be valid JSON or empty for `New` to return
// pointer to it. The string `spec` must be valid JSON or empty for `New` to return
// a Kazaam object. This function also accepts a `Config` object used for modifying the
// behavior of the Kazaam Transformer.
//
Expand Down

0 comments on commit 9d90149

Please sign in to comment.