Skip to content

Commit

Permalink
docs: ✏️ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 20, 2023
1 parent 832faa5 commit c27a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/crudfs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ import { nodeToFsa } from 'memfs/lib/node-to-fsa';
import { FsaCrud } from 'memfs/lib/fsa-to-crud';

const dir = nodeToFsa(fs, '/path/to/folder', {mode: 'readwrite'});
const crud = new FsaCrud(dirHandle);
const crud = new FsaCrud(dir);
```

0 comments on commit c27a4df

Please sign in to comment.