Skip to content

Commit a3a0ca6

Browse files
docs: fix contributing to sdk docs (#651)
Signed-off-by: Rafael Camara <rafaelcamarac@gmail.com>
1 parent dc2c754 commit a3a0ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/js-sdk-contributing/js-contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
113113
114114
- All features or bug fixes **must be tested** by one or more specs (unit-tests).
115115
- All public API methods **must be documented**.
116-
- We follow [ESLint RecommendedRules][https://eslint.org/docs/rules/].
116+
- We follow [ESLint RecommendedRules](https://eslint.org/docs/rules/).
117117
118118
## Examples
119119
120120
The `examples` directory contains code samples for users to run to try out specific functionality of the various JavaScript SDK packages and extensions. When writing new and updated samples keep in mind:
121121
122-
- All examples should be runnable on Windows, Linux, and MacOS. While JavaScript code is consistent among operating systems, any pre/post example commands should provide options through [codetabs]({{< ref "contributing-docs.md#tabbed-content" >}})
122+
- All examples should be runnable on Windows, Linux, and MacOS. While JavaScript code is consistent among operating systems, any pre/post example commands should provide options through [codetabs]({{< ref "contributing-docs.md#tabbed-content" >}}).
123123
- Contain steps to download/install any required pre-requisites. Someone coming in with a fresh OS install should be able to start on the example and complete it without an error. Links to external download pages are fine.
124124
125125
## Docs

0 commit comments

Comments
 (0)