Skip to content

Commit ba90881

Browse files
committed
fix: typo
1 parent ceb5704 commit ba90881

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_sidebar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
- [Pattern](layouts/pattern.md)
1818
- [Custom layouts](layouts/custom.md)
1919
- [<div class="ps-icon ps-icon-puzzle"></div> API references](api/index.md)
20-
- [<div class="ps-icon ps-icon-github-alt"></div> Contributing](contributiong.md)
20+
- [<div class="ps-icon ps-icon-github-alt"></div> Contributing](contributing.md)
2121
- [<div class="ps-icon ps-icon-file"></div> License](license.md)

docs/contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm run test
2828

2929
## Write documentation
3030

31-
TsLogDebug use docsify to convert markdown to HTML. In addition, all documentation in your code will be used to generate
31+
Ts.LogDebug use docsify to convert markdown to HTML. In addition, all documentation in your code will be used to generate
3232
the Api documentation. To preview your comments on a class you can run this command:
3333

3434
```
@@ -37,9 +37,9 @@ npm run doc:serve
3737

3838
## Guidelines
3939

40-
- TsLogDebug follow the git flow to generate a release note. To write your commit message see https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit
40+
- Ts.LogDebug follow the git flow to generate a release note. To write your commit message see https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit
4141
- Please try to combine multiple commits before pushing
4242
- Please use TDD when fixing bugs. This means that you should write a unit test that fails because it reproduces the issue, then fix the issue and finally run the test to ensure that the issue has been resolved. This helps us prevent fixed bugs from happening again in the future
4343
- Please keep the test coverage at 100%. Write additional unit tests if necessary
4444
- Please create an issue before sending a PR if it is going to change the public interface of Ts.ED or includes significant architecture changes,
45-
- Feel free to ask for help from other members of the TsLogDebug team
45+
- Feel free to ask for help from other members of the Ts.LogDebug team

0 commit comments

Comments
 (0)