Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 2c6685a

Browse files
Fix typo in comment on Ember Component API util
Co-authored-by: Dan Freeman <dfreeman@salsify.com>
1 parent e884c72 commit 2c6685a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@glimmer/component/addon/-private/component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ declare const Empty: unique symbol;
4040
* get a type error.
4141
*
4242
* @internal This is exported so declaration emit works (if it were not emitted,
43-
* declarations which fall back to it would not wor). It is *not* intended for
43+
* declarations which fall back to it would not work). It is *not* intended for
4444
* public usage, and the specific mechanics it uses may change at any time.
4545
* The location of this export *is* part of the public API, because moving it
46-
* will cause existing declarations, but is not legal for end users to import
46+
* will break existing declarations, but is not legal for end users to import
4747
* themselves, so ***DO NOT RELY ON IT***.
4848
*/
4949
export type EmptyObject = { [Empty]?: true };

0 commit comments

Comments
 (0)