summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Spadin <joelspadin@gmail.com>2021-08-08 13:09:21 -0500
committerNick Winans <nick@winans.codes>2021-08-08 13:17:27 -0500
commit6870fdc6043f3398f82befea6c04500ec4ab966b (patch)
tree2dd336482372388d5fd7422d46b346ae31d73a2b
parent47109641d8d257ee8124fecd5977d618fa5839b4 (diff)
fix(docs): Appease Prettier
Fixed code formatting in docs files.
-rw-r--r--docs/docs/features/encoders.md1
-rw-r--r--docs/src/pages/power-profiler.js4
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/docs/features/encoders.md b/docs/docs/features/encoders.md
index 434fee2..16a55ae 100644
--- a/docs/docs/features/encoders.md
+++ b/docs/docs/features/encoders.md
@@ -5,7 +5,6 @@ sidebar_label: Encoders
Existing support for encoders in ZMK is focused around the five pin EC11 rotary encoder with push button design used in the majority of current keyboard and macropad designs.
-
:::note
Encoders are currently only support on the left/central sides of splits. For progress on this, see [#728](https://github.com/zmkfirmware/zmk/pull/728).
:::
diff --git a/docs/src/pages/power-profiler.js b/docs/src/pages/power-profiler.js
index fc803c5..e969992 100644
--- a/docs/src/pages/power-profiler.js
+++ b/docs/src/pages/power-profiler.js
@@ -16,9 +16,9 @@ import "../css/power-profiler.css";
const Disclaimer = `This profiler makes many assumptions about typing
activity, battery characteristics, hardware behavior, and
- doesn't account for error of user inputs. For example battery
+ doesn't account for error of user inputs. For example battery
mAh, which is often incorrectly advertised higher than it's actual capacity.
- While it tries to estimate power usage using real power readings of ZMK,
+ While it tries to estimate power usage using real power readings of ZMK,
every person will have different results that may be worse or even
better than the estimation given here.`;