From feac5ac0b2ab504a98c47a00edd082c12205bb6e Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:26:19 +0100 Subject: [PATCH] Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec2b4836..61fa2599 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ Global javascript files, such as the main entry point (`App.vue`), configuration - `components/` Vue3 SFC components. These are then subdivided in hopefully explicit subfolders. -Those are the only components that actually get renderered onto HTML. +Those are the only components that actually get rendered onto HTML. - `builder/` All files related to the builder data & rendering (under `graphics/`). Intended to not really contain much blockchain-specific code. -Input modes use a FSM that's under `inputs/` here. +Input modes use an FSM that's under `inputs/` here. - `chain/`