Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-marjanovic authored Apr 18, 2019
1 parent e1c0fca commit 0d541f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/vue/en/simple-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The additional markup from above combined with the CSS we imported earlier yield

We’ve now successfully built out a component without needing a server or running the entire frontend application. The next step is to build out the remaining Taskbox components one by one in a similar fashion.

As you can see, getting started building components in in isolation is easy and fast. We can expect to produce a higher-quality UI with less bugs and more polish because it’s possible to dig in and test every possible state.
As you can see, getting started building components in isolation is easy and fast. We can expect to produce a higher-quality UI with less bugs and more polish because it’s possible to dig in and test every possible state.

## Automated Testing

Expand Down

0 comments on commit 0d541f8

Please sign in to comment.