Skip to content

Commit 76b2505

Browse files
abrahamjsbVillanuevand
authored andcommitted
docs: ✏️ fix typos in found in docs
1 parent fa173a8 commit 76b2505

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Code of Conduct
22

3-
This will be prepared before we end the alpha phase of our development.
3+
This will be prepared before we end the alpha phase of our development.
4+
5+
[Full Documentation ➡️](scully.md)

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface HandledRoute {
4545
}
4646
```
4747

48-
The `HandledRoute` interface provide you properties to develop your on pluging.
48+
The `HandledRoute` interface provide you properties to develop your own pluging.
4949

5050
### route: string
5151

docs/scully-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ handled routes reference to routes with dynamic data.
9595
```
9696

9797
`routes` is a reference to all unhandled routes which scully will transform to handled, using plugins.
98-
I you want to know more about plugins go to [Plugins](plugins.md) section.
98+
If you want to know more about plugins go to [Plugins](plugins.md) section.
9999

100100
### extraRoutes
101101

0 commit comments

Comments
 (0)