From 6591c98b4091d167f9d121035615d5a5fb5b0aad Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sat, 18 Aug 2018 21:36:19 -0400 Subject: [PATCH] Fix typos --- js/components/MilkdropWindow/index.js | 2 +- js/components/MiniTime.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/components/MilkdropWindow/index.js b/js/components/MilkdropWindow/index.js index 7e4cc611..534be4de 100644 --- a/js/components/MilkdropWindow/index.js +++ b/js/components/MilkdropWindow/index.js @@ -15,7 +15,7 @@ import "../../../css/milkdrop-window.css"; // This component is just responsible for loading dependencies. // This simplifies the inner component, by allowing -// it to alwasy assume that it has its dependencies. +// it to always assume that it has its dependencies. class PresetsLoader extends React.Component { constructor() { super(); diff --git a/js/components/MiniTime.js b/js/components/MiniTime.js index 9eaa5721..6850b1f8 100644 --- a/js/components/MiniTime.js +++ b/js/components/MiniTime.js @@ -8,9 +8,9 @@ import Character from "./Character"; import "../../css/mini-time.css"; -// Sigh. When he display is blinking (say when it's paused) we need to -// alternate between the actual caracter and the space character. Not -// Possible to that in purce CSS with the background being dynamically generated. +// Sigh. When the display is blinking (say when it's paused) we need to +// alternate between the actual character and the space character. Not +// Possible to do that in pure CSS with the background being dynamically generated. // All "space" characters is also how Winamp renders no content. const Background = () => [1, 7, 12, 20, 25].map((left, i) => (