Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 3e69ae5

Browse files
docs: clarify, fix typo
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent 369c401 commit 3e69ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/docs/src/routes/getting-started/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ This will get the entire repository on your machine, now we can build the librar
3939

4040
## Build
4141

42-
Building is done with yarn (**not** npm)
43-
To install the dependencies type:
42+
Building is done with yarn (**not** npm).
43+
From the root folder, install the dependencies by typing:
4444

4545
```shell
4646
yarn

packages/docs/src/routes/styles/reset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: CSS Reset
3-
description: Svelte Materialify uses ress.min, a complete browser reset based off or normalize.css.
3+
description: Svelte Materialify uses ress.min, a complete browser reset based off of normalize.css.
44
keywords: ress.min, css reset, svelte materialify css reset
55
---
66

0 commit comments

Comments
 (0)