Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
/ levelup Public archive

Commit 28131b7

Browse files
committed
improve grammar
1 parent 47d10ea commit 28131b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LevelUP
2424
* <a href="#events">Events</a>
2525
* <a href="#extending">Extending LevelUP</a>
2626
* <a href="#multiproc">Multi-process access</a>
27-
* <a href="#typings">Typescript </a>
27+
* <a href="#typings">TypeScript </a>
2828
* <a href="#support">Getting support</a>
2929
* <a href="#contributing">Contributing</a>
3030
* <a href="#license">Licence &amp; copyright</a>
@@ -507,10 +507,10 @@ LevelDB is thread-safe but is **not** suitable for accessing with multiple proce
507507
See the <a href="https://github.com/level/levelup/wiki/Modules"><b>wiki</b></a> for some LevelUP extensions, including [multilevel](https://github.com/juliangruber/multilevel), that may help if you require a single store to be shared across processes.
508508

509509
<a name="typings"></a>
510-
Typescript
510+
TypeScript
511511
----------
512512

513-
LevelUP comes with typescript definitions that can automatically infer options based on a typed `abstract-leveldown` implementation.
513+
LevelUP comes with TypeScript definitions that can automatically infer options from a typed `abstract-leveldown` implementation.
514514

515515
See the <a href="https://github.com/Level/levelup/wiki/Typings"><b>wiki</b></a> for more information.
516516

0 commit comments

Comments
 (0)