Skip to content

Commit cb633cc

Browse files
authored
Merge pull request #14 from volfpeter/docs/typos-in-app-components-link-texts
Fix typos in application components page link texts
2 parents 332722c + 2544908 commit cb633cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Similarly to Next.js, `holm` is built around the concept of file-system based ro
6161
- You do not need to manually define routes, every [application component](https://volfpeter.github.io/holm/application-components) is automatically discovered and registered in the application.
6262
- You do not need to manually wrap pages in their layouts, it is automatically done based on your application's code structure.
6363

64-
You can find all the necessary details on the [Application component](https://volfpeter.github.io/holm/application-components) page, and the [Quick start guide](https://volfpeter.github.io/holm/quick-start-guide) can walk you through the process of creating your first application. The two are complementary documents, reading both is strongly recommended.
64+
You can find all the necessary details on the [Application components](https://volfpeter.github.io/holm/application-components) page, and the [Quick start guide](https://volfpeter.github.io/holm/quick-start-guide) can walk you through the process of creating your first application. The two are complementary documents, reading both is strongly recommended.
6565

6666
HTML rendering is also fully automated, in the vast majority of cases you do not need to concern yourself with that (the only exceptions are HTML APIs, more on that below).
6767

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Similarly to Next.js, `holm` is built around the concept of file-system based ro
5252
- You do not need to manually define routes, every [application component](application-components.md) is automatically discovered and registered in the application.
5353
- You do not need to manually wrap pages in their layouts, it is automatically done based on your application's code structure.
5454

55-
You can find all the necessary details on the [Application component](application-components.md) page, and the [Quick start guide](quick-start-guide.md) can walk you through the process of creating your first application. The two are complementary documents, reading both is strongly recommended.
55+
You can find all the necessary details on the [Application components](application-components.md) page, and the [Quick start guide](quick-start-guide.md) can walk you through the process of creating your first application. The two are complementary documents, reading both is strongly recommended.
5656

5757
HTML rendering is also fully automated, in the vast majority of cases you do not need to concern yourself with that (the only exceptions are HTML APIs, more on that below).
5858

0 commit comments

Comments
 (0)