Skip to content

Commit

Permalink
removed unnecessary "in" (vuejs#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansieder authored May 24, 2020
1 parent 33a9e59 commit a69211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/style-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ Simpler, well-named computed properties are:

- __Easier to read__

Simplifying computed properties forces you to give each value a descriptive name, even if it's not reused. This makes it much easier for other developers (and future you) to focus in on the code they care about and figure out what's going on.
Simplifying computed properties forces you to give each value a descriptive name, even if it's not reused. This makes it much easier for other developers (and future you) to focus on the code they care about and figure out what's going on.

- __More adaptable to changing requirements__

Expand Down

0 comments on commit a69211f

Please sign in to comment.