docs: fix typo (#7865)

This commit is contained in:
Juang, Yi-Lin
2020-04-08 17:35:45 +08:00
committed by GitHub
parent f1a8bceba5
commit c4acdaa703

View File

@@ -41,7 +41,7 @@ export type LinkingOptions = {
*/
getStateFromPath?: typeof getStateFromPathDefault;
/**
* Custom function to conver the state object to a valid URL (advanced).
* Custom function to convert the state object to a valid URL (advanced).
*/
getPathFromState?: typeof getPathFromStateDefault;
};