From e27b488a3a5a27d2b6753600d760898b42a62486 Mon Sep 17 00:00:00 2001 From: jackrua <155536850+jackrua@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:31:31 +0100 Subject: [PATCH 1/2] Fixed typo in README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3ca079a..77c8b50 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ permalink: / - [Interface study](https://www.notion.so/Sossoldi-Personal-finance-app-dd37eb9cbb2c44e59dd74f85e843e865) - [Set up guide](setup.md) - [GitHub for beginners](PR-guide.md) -- [Contribuiting to the documentation](doc-guide.md) +- [Contributing to the documentation](doc-guide.md) ## About From 74fb180d7b44b318e416d5e7f2a4e02e5e79e31b Mon Sep 17 00:00:00 2001 From: jackrua <155536850+jackrua@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:32:25 +0100 Subject: [PATCH 2/2] Fixed typo in doc-guide.md --- docs/doc-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doc-guide.md b/docs/doc-guide.md index c8be5f9..fcee554 100644 --- a/docs/doc-guide.md +++ b/docs/doc-guide.md @@ -31,7 +31,7 @@ Once you've finished making all the changes you can create a commit to your fork ## Step 3: Create a PR -If everything went to plan now you should be able to create a PR explaing the changes that you made, in order to facilitate the review process make sure to explain what you have done and add useful screenschoots (if you prefer you can just share the link *{your-username}.github.io/sossoldi/*). +If everything went to plan now you should be able to create a PR explaining the changes that you made, in order to facilitate the review process make sure to explain what you have done and add useful screenshots (if you prefer you can just share the link *{your-username}.github.io/sossoldi/*). After the review process your PR will be merged and your changes should be online! -*Don't know how to open a PR? Don't worry, you can read the [guide](PR-guide.md)* \ No newline at end of file +*Don't know how to open a PR? Don't worry, you can read the [guide](PR-guide.md)*