mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
docs: fix typo (#1984)
This commit is contained in:
@@ -143,7 +143,7 @@ With this design concept, we have the following data structure:
|
|||||||
```ts
|
```ts
|
||||||
import { Workspace as Store } from '@blocksuite/store';
|
import { Workspace as Store } from '@blocksuite/store';
|
||||||
|
|
||||||
interface Prpvider {
|
interface Provider {
|
||||||
type: 'local-indexeddb' | 'affine-cloud' | 'desktop-sqlite';
|
type: 'local-indexeddb' | 'affine-cloud' | 'desktop-sqlite';
|
||||||
background: boolean; // if the provider is background, we will load the data in the background
|
background: boolean; // if the provider is background, we will load the data in the background
|
||||||
necessary: boolean; // if the provider is necessary, we will block the UI rendering until this provider is ready
|
necessary: boolean; // if the provider is necessary, we will block the UI rendering until this provider is ready
|
||||||
|
|||||||
Reference in New Issue
Block a user