diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 04:49:22 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 04:49:22 +0800 |
commit | 45d8b522f49829068b8ce6a3940b4dcef724041f (patch) | |
tree | e28b4484a8285a6a66834c3dde295df1b92e4f69 /packages/website/ts/containers | |
parent | 4c9bdcd787ec24ce87d6b06b7e6f6304021d2513 (diff) | |
parent | 67df5a433d68a2af1a3a03a8bf431629a534dc97 (diff) | |
download | dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar.gz dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar.bz2 dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar.lz dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar.xz dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.tar.zst dexon-sol-tools-45d8b522f49829068b8ce6a3940b4dcef724041f.zip |
Merge branch 'development' into feature/website/0x-org
Diffstat (limited to 'packages/website/ts/containers')
-rw-r--r-- | packages/website/ts/containers/order_watcher_documentation.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/containers/order_watcher_documentation.ts b/packages/website/ts/containers/order_watcher_documentation.ts index ac92e6a22..683e1fe9f 100644 --- a/packages/website/ts/containers/order_watcher_documentation.ts +++ b/packages/website/ts/containers/order_watcher_documentation.ts @@ -24,7 +24,7 @@ const docsInfoConfig: DocsInfoConfig = { id: DocPackages.OrderWatcher, packageName: '@0x/order-watcher', type: SupportedDocJson.TypeDoc, - displayName: 'OrderWatcher', + displayName: 'Order Watcher', packageUrl: 'https://github.com/0xProject/0x-monorepo', markdownMenu: { 'getting-started': [markdownSections.introduction, markdownSections.installation], |