From 746a537251baf96dd4c8fc25397cae7ccb655da0 Mon Sep 17 00:00:00 2001 From: Bob Fanger Date: Wed, 9 Mar 2022 08:04:12 +0100 Subject: [PATCH] doc: Typo Contraint to Constraint --- Readme.md | 2 +- src/routes/constraints/double-pendulum.svelte | 4 ++-- src/routes/index.svelte | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d4f3268..fe69ce1 100644 --- a/Readme.md +++ b/Readme.md @@ -95,7 +95,7 @@ From a usage perspective it acts as a `writable(new Vec3(0, 4, 0))` but also all - `$position = [1, 2, 3]` - `$position.x = 1; $position.x = 2; $position.x = 3;` -## Forces and Contraints +## Forces and Constraints As bodies can have multiple constrains and forces can affect multiple bodies it doesn't translate well to a component hierarchy. HTML also has this problem with ``s and `