Skip to content

Commit a3f3602

Browse files
committed
Merge remote-tracking branch 'origin/master' into sites
2 parents 7afee76 + 82d2982 commit a3f3602

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Before submitting the PR, please make sure you do the following
22
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
3-
- [ ] Prefix your PR title with `[feat]`, `[fix]`, `[chore]`, or `[docs]`.
3+
- [ ] Prefix your PR title with `feat:`, `fix:`, `chore:`, or `docs:`.
44
- [ ] This message body should clearly illustrate what problems it solves.
55
- [ ] Ideally, include a test that fails without this PR but passes with it.
66

site/content/docs/02-component-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Any top-level statement (i.e. not inside a block or a function) can be made reac
147147
```sv
148148
<script>
149149
export let title;
150-
export let person
150+
export let person;
151151
152152
// this will update `document.title` whenever
153153
// the `title` prop changes

0 commit comments

Comments
 (0)