Skip to content

Commit e6db667

Browse files
fix(github): resolve typo issues in CONTRIBUTING.md and how-to-build.md files #5902 (#5901)
1 parent 66b0723 commit e6db667

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can contribute to bit platform with issues and PRs. Simply filing issues for
66

77
We always welcome bug reports, API proposals and overall feedback. Here are a few tips on how you can make reporting your issue as effective as possible.
88

9-
The bit platform codebase is consisted of multiple projects/products in a monorepo structure. Depending on the feedback you might want to file the issue with enough information to distinguish it among these projects/products.
9+
The bit platform codebase consists of multiple projects/products in a monorepo structure. Depending on the feedback you might want to file the issue with enough information to distinguish it among these projects/products.
1010

1111
### Finding Existing Issues
1212

@@ -32,7 +32,7 @@ When ready to submit a bug report, please use the [Bug Report issue template](ht
3232

3333
#### Are Minimal Reproductions Required?
3434

35-
In certain cases, creating a minimal reproduction might not be practical (e.g. due to nondeterministic factors, external dependencies). In such cases you would be asked to provide as much information as possible. If maintainers are unable to root cause the problem, they might still close the issue as not actionable. While not required, minimal reproductions are strongly encouraged and will significantly improve the chances of your issue being prioritized and fixed by the maintainers.
35+
In certain cases, creating a minimal reproduction might not be practical (e.g. due to nondeterministic factors, external dependencies). In such cases you would be asked to provide as much information as possible. If maintainers are unable to root cause of the problem, they might still close the issue as not actionable. While not required, minimal reproductions are strongly encouraged and will significantly improve the chances of your issue being prioritized and fixed by the maintainers.
3636

3737
#### How to Create a Minimal Reproduction
3838

Diff for: docs/how-to-build.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Projects
1010

11-
bit platform consists of multiple different projects/prodcuts with the following being the most important ones:
11+
bit platform consists of multiple different projects/products with the following being the most important ones:
1212

1313
- [bit platform website](../src/Websites/Platform/)
1414
- [bit BlazorUI (Blazor components)](../src/BlazorUI/)
@@ -34,7 +34,7 @@ Building each bit platform project requires specific steps that are explained pe
3434
<br/>
3535

3636
### bit platform Website
37-
This website only requires the basic requirements and can be simply built by runnning the following command in the `Bit.Websites.Platform.Web` project folder:
37+
This website only requires the basic requirements and can be simply built by running the following command in the `Bit.Websites.Platform.Web` project folder:
3838

3939
```bash
4040
dotnet build
@@ -92,7 +92,7 @@ dotnet build
9292
### bit Project Templates
9393
Like the bit BlazorUI Demo project, the project templates (located in the `src/Templates` folder) have two different projects (Web & App) with different requirements to build.
9494

95-
For exmaple for the `AdminPanel` porject template in the `AdminPanel/Bit.AdminPanel` folder:
95+
For example for the `AdminPanel` project template in the `AdminPanel/Bit.AdminPanel` folder:
9696

9797
The `Web` project just like the bit platform website only needs the basic requirements and can be simply built by running the following command in the `AdminPanel.Client.Web` project folder (`src/Client/Web`):
9898

@@ -117,4 +117,4 @@ To build the App project run the following command in the `AdminPanel.Client.App
117117

118118
```bash
119119
dotnet build
120-
```
120+
```

0 commit comments

Comments
 (0)