Skip to content

Commit aeb09c3

Browse files
darrylheinposva
authored andcommitted
docs: adding periods (#2855)
1 parent b7715dc commit aeb09c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/guide/essentials/named-views.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It is possible to create complex layouts using named views with nested views. Wh
4848
- `UserSettings` is the view component
4949
- `UserEmailsSubscriptions`, `UserProfile`, `UserProfilePreview` are nested view components
5050

51-
**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used_
51+
**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used._
5252

5353
The `<template>` section for `UserSettings` component in the above layout would look something like this:
5454

@@ -62,7 +62,7 @@ The `<template>` section for `UserSettings` component in the above layout would
6262
</div>
6363
```
6464

65-
_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)_
65+
_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)._
6666

6767
Then you can achieve the layout above with this route configuration:
6868

0 commit comments

Comments
 (0)