Skip to content

Commit

Permalink
typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKlippert committed Feb 25, 2018
1 parent 35f0d7e commit bd22435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplesample_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func ExampleNewPDFGeneratorFromJSON() {

// The JSON can be saved, uploaded, etc.

// Server code, create a new PDF generator from from JSON, also looks for the wkhtmltopdf executable
// Server code, create a new PDF generator from JSON, also looks for the wkhtmltopdf executable
pdfgFromJSON, err := NewPDFGeneratorFromJSON(bytes.NewReader(jsonBytes))
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit bd22435

Please sign in to comment.