self review

This commit is contained in:
Steven Hall
2024-03-29 15:20:51 +00:00
parent e080eb33a5
commit be549bb9f2
@@ -14,7 +14,7 @@ export async function BlockSyncedBlock(props: BlockProps<DocumentBlockSyncedBloc
return null;
}
// We can't resolve th synced block without an organization context.
// We can't resolve the synced block without an organization context.
if (!context.contentRefContext) {
return null;
}