Skip to content

Commit ccb54df

Browse files
GogoVegaShaquu
andauthored
Apply suggestions from code review
Co-authored-by: Tadeusz Wyrzykowski <[email protected]>
1 parent 87f61bd commit ccb54df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/wiki/discover-more/contribution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We mainly use the [markdown](https://docs.github.com/en/get-started/writing-on-g
4949

5050
## Image
5151

52-
To add a image, you must **upload** it to the **same folder** as the page you are editing and **insert this code** `![Edit view](edit-view.png)` where you want to put your image.
52+
To add an image, you must **upload** it to the **same folder** as the page you are editing and **insert this code** `![Edit view](edit-view.png)` where you want to put your image.
5353

5454
## Link
5555

content/wiki/discover-more/experimental/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ With `DEBUG` in addition:
3333
sudo NRCHKB_EXPERIMENTAL=true DEBUG=NRCHKB* node-red
3434
```
3535

36-
{{< alert icon="💡" text="Don't forget to stop Node-RED first before launching it in beta mode." />}}
36+
{{< alert icon="💡" text="Don't forget to stop Node-RED first before launching it in experimental mode." />}}
3737

3838

3939
## Use of Debug
@@ -53,7 +53,7 @@ Below is a table with all the possible logs and their description:
5353

5454
## Start automatically in beta mode
5555

56-
If you want to start Node-RED in beta mode when your system restarts:
56+
If you want to start Node-RED in experimental mode when your system restarts:
5757

5858
### Raspberry Pi
5959

@@ -148,7 +148,7 @@ It will output data for all event types defined below:
148148

149149
Node output will look like:
150150

151-
```js
151+
```ts
152152
type HAPServiceNodeEvent = {name: CharacteristicEventTypes, context?: any}
153153
154154
type HAPServiceNodeOutput = {

0 commit comments

Comments
 (0)