Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 17, 2023
1 parent ce7a342 commit edec18c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Documentation parts can be shared across helpers. Those parts are located in `do
// ...
}
```

_Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to generate docs, the fast and cheap way to fix format issue that text after the mustache template is appended without formatting is moving the texts to above the mustache template.

```js
Expand All @@ -143,7 +144,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
click() {
// ...
}

```

```js
/**
Expand All @@ -154,6 +155,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
click() {
// ...
}
```

## Typings

Expand Down

0 comments on commit edec18c

Please sign in to comment.