From 5d7bfe4b4b60f8f4e66924dc1841087809e03713 Mon Sep 17 00:00:00 2001 From: Creative Ataraxia <102127487+Creative-Ataraxia@users.noreply.github.com> Date: Sun, 27 Nov 2022 03:46:06 +0800 Subject: [PATCH] a typo (#1158) fixed a very minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f3db5b17..bffe351b3 100644 --- a/README.md +++ b/README.md @@ -874,7 +874,7 @@ You can align the text using the `
` component.
``` -It adds two properties that do not exist in the priginal `TextGeometry`, `lineHeight` and `letterSpacing`. The former a factor that is `1` by default, the latter is in threejs units and `0` by default. +It adds two properties that do not exist in the original `TextGeometry`, `lineHeight` and `letterSpacing`. The former a factor that is `1` by default, the latter is in threejs units and `0` by default. ```jsx {`hello\nworld`}