From f033ff8508bb483e119346cf8f1d34c6a2aa56b2 Mon Sep 17 00:00:00 2001 From: Caleb Eby Date: Tue, 5 Mar 2024 02:10:33 -0800 Subject: [PATCH] Fix typo (#3069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Describe what your pull request does. If appropriate, add GIFs or images showing the before and after. ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [x] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [ ] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Test Plan Look at the revised documentation ### Release Notes N/A --- apps/examples/src/examples/shape-with-tldraw-styles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/examples/src/examples/shape-with-tldraw-styles/README.md b/apps/examples/src/examples/shape-with-tldraw-styles/README.md index 1ba08503e..8ab6dd231 100644 --- a/apps/examples/src/examples/shape-with-tldraw-styles/README.md +++ b/apps/examples/src/examples/shape-with-tldraw-styles/README.md @@ -9,7 +9,7 @@ Using the tldraw style panel with your custom shapes --- -The default tldraw UI will displaye UI for the styles of your selection or your current tool. For example, when you have two shapes selected that both have the tldraw's "size" style, the size selector will be displayed. If all of your selected shapes have the same value for this style, that value will be shown as selected in the panel. If they have different values, the panel will show the value as "mixed". +The default tldraw UI will display UI for the styles of your selection or your current tool. For example, when you have two shapes selected that both have the tldraw's "size" style, the size selector will be displayed. If all of your selected shapes have the same value for this style, that value will be shown as selected in the panel. If they have different values, the panel will show the value as "mixed". You can use tldraw's Styles API to create your own styles that behave in the same way, though you'll also need to create a custom UI for your style.