Fix typos

This commit is contained in:
Isaiah Odhner 2018-08-18 21:36:19 -04:00 committed by Jordan Eldredge
parent baca3d650b
commit 6591c98b40
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ import "../../../css/milkdrop-window.css";
// This component is just responsible for loading dependencies.
// This simplifies the inner <Milkdrop /> 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();

View file

@ -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) => (