diff --git a/tools/figma-inspector/tests/property-parsing.test.ts b/tools/figma-inspector/tests/property-parsing.test.ts index a0e5ea9b0..e1175136b 100644 --- a/tools/figma-inspector/tests/property-parsing.test.ts +++ b/tools/figma-inspector/tests/property-parsing.test.ts @@ -59,7 +59,7 @@ function findNodeByName(obj: any, targetName: string): any { return null; } -// The JSON in the file for border radius is different to the API ojbect +// The JSON in the file for border radius is different to the API object // the runtime plugin uses. This converts the test JSON to match the API object. // This isn't a great soloution, but test options are limited for Figma right now. function processCornerRadii(json: any): any { diff --git a/tools/lsp/common/rename_component.rs b/tools/lsp/common/rename_component.rs index 5349a88ca..1c2ca3616 100644 --- a/tools/lsp/common/rename_component.rs +++ b/tools/lsp/common/rename_component.rs @@ -1387,7 +1387,7 @@ export component Bar inherits Foo /* <- TEST_ME_3 */ { assert_eq!(text_edit::EditIterator::new(&edit).count(), 1); // This does not compile as the type was not changed in the _SLINT_LivePreview part. - // This is inteneded as that code does not really exist in the first place! + // This is intended as that code does not really exist in the first place! } #[test]