Skip to content

Commit 297905d

Browse files
Copilothotlong
andcommitted
docs: clarify MetadataFacade async description
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e82305d commit 297905d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/guides/objectql-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ await kernel.bootstrap();
9696

9797
### MetadataRegistry → MetadataFacade
9898

99-
If you were using `MetadataRegistry` from `@objectql/types`, the upstream equivalent is `MetadataFacade`. The key difference is that `MetadataFacade` methods are **async** (returns `Promise`):
99+
If you were using `MetadataRegistry` from `@objectql/types`, the upstream equivalent is `MetadataFacade`. The key difference is that `MetadataFacade` methods are **async**:
100100

101101
```diff
102102
- import { MetadataRegistry } from '@objectql/types';

0 commit comments

Comments
 (0)