Skip to content
Merged

typos #1191

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/v2/style-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Where multiple, equally good options exist, an arbitrary choice can be made to e

1. train your brain to more easily parse most of the community code you encounter
2. be able to copy and paste most community code examples without modification
2. often find new hires are already accustomed to your preferred coding style, at least in regards to Vue
3. often find new hires are already accustomed to your preferred coding style, at least in regards to Vue

### Priority D: Use with Caution

Expand Down Expand Up @@ -352,7 +352,7 @@ Beyond the `scoped` attribute, using unique class names can help ensure that 3rd
<button class="button button-close">X</button>
</template>

<!-- Using the scoped attribute -->
<!-- Using the `scoped` attribute -->
<style scoped>
.button {
border: none;
Expand Down