1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00

Docs: Fix method capitalization on resetKeyGenerator (#1474)

This commit is contained in:
Ryan
2017-12-29 12:43:02 -06:00
committed by Ian Storm Taylor
parent 1b9d3944a9
commit 7dc93dced9

View File

@@ -14,7 +14,7 @@ Utility functions that ship with Slate that may be useful for certain use cases.
## Functions ## Functions
### `resetKeyGenerator` ### `resetKeyGenerator`
`resetkeygenerator() => Void` `resetKeyGenerator() => Void`
Resets Slate's internal key generating function to its default state. This is useful for server-side rendering, or anywhere you want to ensure fresh, deterministic creation of keys. Resets Slate's internal key generating function to its default state. This is useful for server-side rendering, or anywhere you want to ensure fresh, deterministic creation of keys.