Skip to content

Commit 4bbda4a

Browse files
committed
fix Typos
1 parent f17cccb commit 4bbda4a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
## Changelog
1414

15+
### 0.3.12 (2022-02-06)
16+
17+
- (o0shojo0o) fix Typos
18+
1519
### 0.3.11 (2022-02-06)
1620

1721
- (o0shojo0o) added HexColor to Clock Node

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-pixelit",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"description": "Pixel it Project",
55
"dependencies": {
66
"axios": "^0.25.0"

pixelit/switchAnimation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<option value="fade">Fade</option>
5959
<option value="coloredBarWipe">Colored Bar Wipe</option>
6060
<option value="zigzagWipe">Zig Zag Wipe</option>
61-
<option value="bitmapWipe">Bitmap Wipe(no animated BMPs!)</option>
61+
<option value="bitmapWipe">Bitmap Wipe</option>
6262
<option value="random">Random (without 'Bitmap Wipe')</option>
6363
</select>
6464
</div>
6565
<div class="form-row">
66-
<b>Bitmap for Bitmap Wipe animation (no animated BMPs!)</b>
66+
<b>Bitmap for 'Bitmap Wipe' animation (no animated BMPs!)</b>
6767
</div>
6868
<div class="form-row">
6969
<label for="node-input-indata"><i class="icon-tag"></i> Data/ID</label>
@@ -74,7 +74,7 @@
7474
<input type="text" id="node-input-inwidth">
7575
</div>
7676
<div class="form-row">
77-
<b>Color for Colored Bar Wipe animation</b>
77+
<b>Color for 'Zig Zag Wipe' animation</b>
7878
</div>
7979
<div class="form-row">
8080
<label for="node-input-incolorHex"><i class="icon-tag"></i> Hex Color</label>

0 commit comments

Comments
 (0)