Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YuYang019 committed Apr 17, 2023
1 parent 143a55a commit 760b785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/behind-the-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ With this design concept, we have the following data structure:
```ts
import { Workspace as Store } from '@blocksuite/store';

interface Prpvider {
interface Provider {
type: 'local-indexeddb' | 'affine-cloud' | 'desktop-sqlite';
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
Expand Down

0 comments on commit 760b785

Please sign in to comment.