Skip to content

Commit

Permalink
docs: fix broken link (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilap authored and gregberge committed Jun 5, 2019
1 parent e68c029 commit 86171ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/api-loadable-component.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create a loadable component.
| `options` | Optional options. |
| `options.fallback` | Fallback displayed during the loading. |
| `options.ssr` | If `false`, it will not be processed server-side. Default to `true`. |
| `options.cacheKey` | Cache key function (see [dynamic import](/docs/dynamic-import)) |
| `options.cacheKey` | Cache key function (see [dynamic import](/docs/dynamic-import/)) |

```js
import loadable from '@loadable/component'
Expand Down

0 comments on commit 86171ec

Please sign in to comment.