Skip to content

Commit

Permalink
docs(style): update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 15, 2019
1 parent a834ad6 commit c2eb0f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ const add = (a, b) => a + b;
```

We've found that, while this style is terse and compact, it can be at odds with
how the fact that code is revisited often and that developers need to peak
inside sometimes to see what is going on. For example, if we needed to debug a
specific value in the function above then we would go through the following
steps:
the fact that code is revisited often and that developers need to peak inside
sometimes to see what is going on. For example, if we needed to debug a specific
value in the function above then we would go through the following steps:

```js
// Step 1. The code as originally authored
Expand Down

0 comments on commit c2eb0f3

Please sign in to comment.