Skip to content

Commit

Permalink
Minor grammatical fix (#2347)
Browse files Browse the repository at this point in the history
* Minor grammatical fix

* Another minor correction

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
josephwoodward and MrAlias committed Nov 10, 2021
1 parent 43c55c3 commit d0e5dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
"log"
)

// App is an Fibonacci computation application.
// App is a Fibonacci computation application.
type App struct {
r io.Reader
l *log.Logger
Expand Down Expand Up @@ -296,7 +296,7 @@ To initialize the console exporter, add the following function to the `main.go`
func newExporter(w io.Writer) (trace.SpanExporter, error) {
return stdouttrace.New(
stdouttrace.WithWriter(w),
// Use human readable output.
// Use human-readable output.
stdouttrace.WithPrettyPrint(),
// Do not print timestamps for the demo.
stdouttrace.WithoutTimestamps(),
Expand Down

0 comments on commit d0e5dd5

Please sign in to comment.