Skip to content

Commit

Permalink
a typo (#1158)
Browse files Browse the repository at this point in the history
fixed a very minor typo
  • Loading branch information
Creative-Ataraxia committed Nov 26, 2022
1 parent 8ec3ec8 commit 5d7bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -874,7 +874,7 @@ You can align the text using the `<Center>` component.
</Center>
```

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
<Text3D lineHeight={0.5} letterSpacing={-0.025}>{`hello\nworld`}</Text3D>
Expand Down

1 comment on commit 5d7bfe4

@vercel
Copy link

@vercel vercel bot commented on 5d7bfe4 Nov 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.