diff --git a/src/renderers/maybe-renderer/maybe-renderer.stories.tsx b/src/renderers/maybe-renderer/maybe-renderer.stories.tsx
index 37c44850..3acced1e 100644
--- a/src/renderers/maybe-renderer/maybe-renderer.stories.tsx
+++ b/src/renderers/maybe-renderer/maybe-renderer.stories.tsx
@@ -7,7 +7,7 @@ import {MaybeRenderer} from './maybe-renderer';
export default {
component: MaybeRenderer,
- title: 'Renderers/MaybeRenderer',
+ title: 'Renderers/Maybe Renderer',
};
export const maybeRenderer = () => (
diff --git a/src/renderers/null-renderer/__snapshots__/null-renderer.stories.storyshot b/src/renderers/null-renderer/__snapshots__/null-renderer.stories.storyshot
index e2f6feaa..a8f13dad 100644
--- a/src/renderers/null-renderer/__snapshots__/null-renderer.stories.storyshot
+++ b/src/renderers/null-renderer/__snapshots__/null-renderer.stories.storyshot
@@ -1,11 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Renderers/NullRenderer Null Renderer 1`] = `
+exports[`Storyshots Renderers/Null Renderer Null Renderer 1`] = `
-
`;
-exports[`Storyshots Renderers/NullRenderer With Override 1`] = `"nada"`;
+exports[`Storyshots Renderers/Null Renderer With Override 1`] = `"nada"`;
-exports[`Storyshots Renderers/NullRenderer With Override From Context 1`] = `"bupkis"`;
+exports[`Storyshots Renderers/Null Renderer With Override From Context 1`] = `"bupkis"`;
diff --git a/src/renderers/null-renderer/null-renderer.stories.tsx b/src/renderers/null-renderer/null-renderer.stories.tsx
index 7eecf689..bd46b8b4 100644
--- a/src/renderers/null-renderer/null-renderer.stories.tsx
+++ b/src/renderers/null-renderer/null-renderer.stories.tsx
@@ -4,7 +4,7 @@ import {NullRenderer, NullRendererContext} from './null-renderer';
export default {
component: NullRenderer,
- title: 'Renderers/NullRenderer',
+ title: 'Renderers/Null Renderer',
};
export const nullRenderer = () => ;
diff --git a/src/renderers/object-renderer/__snapshots__/object-renderer.stories.storyshot b/src/renderers/object-renderer/__snapshots__/object-renderer.stories.storyshot
index a32c4f78..56a5ca19 100644
--- a/src/renderers/object-renderer/__snapshots__/object-renderer.stories.storyshot
+++ b/src/renderers/object-renderer/__snapshots__/object-renderer.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Renderers/ObjectRenderer Object Renderer 1`] = `
+exports[`Storyshots Renderers/Object Renderer Object Renderer 1`] = `
@@ -17,7 +17,7 @@ exports[`Storyshots Renderers/ObjectRenderer Object Renderer 1`] = `
`;
-exports[`Storyshots Renderers/ObjectRenderer With Array 1`] = `
+exports[`Storyshots Renderers/Object Renderer With Array 1`] = `
diff --git a/src/renderers/object-renderer/object-renderer.stories.tsx b/src/renderers/object-renderer/object-renderer.stories.tsx
index 5a346a7e..866acbed 100644
--- a/src/renderers/object-renderer/object-renderer.stories.tsx
+++ b/src/renderers/object-renderer/object-renderer.stories.tsx
@@ -4,7 +4,7 @@ import {ObjectRenderer} from './object-renderer';
export default {
component: ObjectRenderer,
- title: 'Renderers/ObjectRenderer',
+ title: 'Renderers/Object Renderer',
};
export const objectRenderer = () => (
diff --git a/src/simple-error-boundary/__snapshots__/simple-error-boundary.stories.storyshot b/src/simple-error-boundary/__snapshots__/simple-error-boundary.stories.storyshot
index 16c549e4..3328bafe 100644
--- a/src/simple-error-boundary/__snapshots__/simple-error-boundary.stories.storyshot
+++ b/src/simple-error-boundary/__snapshots__/simple-error-boundary.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots ErrorBoundaries/SimpleErrorBoundary Json Parse Error 1`] = `
+exports[`Storyshots Error Boundaries/Simple Error Boundary Json Parse Error 1`] = `
`;
-exports[`Storyshots ErrorBoundaries/SimpleErrorBoundary No Stack 1`] = `
+exports[`Storyshots Error Boundaries/Simple Error Boundary No Stack 1`] = `
`;
-exports[`Storyshots ErrorBoundaries/SimpleErrorBoundary Simple Error Boundary 1`] = `
+exports[`Storyshots Error Boundaries/Simple Error Boundary Simple Error Boundary 1`] = `
`;
-exports[`Storyshots ErrorBoundaries/SimpleErrorBoundary Warning Not Danger 1`] = `
+exports[`Storyshots Error Boundaries/Simple Error Boundary Warning Not Danger 1`] = `
{JSON.parse('{invalid')}
;
export default {
component: SimpleErrorBoundary,
- title: 'ErrorBoundaries/SimpleErrorBoundary',
+ title: 'Error Boundaries/Simple Error Boundary',
};
/*
diff --git a/src/stringify/__snapshots__/fancy-stringify.stories.storyshot b/src/stringify/__snapshots__/fancy-stringify.stories.storyshot
index ed5f2d90..bc8ae80c 100644
--- a/src/stringify/__snapshots__/fancy-stringify.stories.storyshot
+++ b/src/stringify/__snapshots__/fancy-stringify.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Components/FancyStringify Fancy Stringify 1`] = `
+exports[`Storyshots Components/Fancy Stringify Fancy Stringify 1`] = `
`;
-exports[`Storyshots Template Specialization/ArrayTable Duplicate Fields 1`] = `
+exports[`Storyshots Template Specialization/Array Table Duplicate Fields 1`] = `
`;
-exports[`Storyshots Template Specialization/ArrayTable Nested Data 1`] = `
+exports[`Storyshots Template Specialization/Array Table Nested Data 1`] = `
`;
-exports[`Storyshots Template Specialization/ArrayTable Out Of Order 1`] = `
+exports[`Storyshots Template Specialization/Array Table Out Of Order 1`] = `
(
diff --git a/src/template-specializations/connection-table/__snapshots__/connection-table.stories.storyshot b/src/template-specializations/connection-table/__snapshots__/connection-table.stories.storyshot
index de22839d..19b6b74d 100644
--- a/src/template-specializations/connection-table/__snapshots__/connection-table.stories.storyshot
+++ b/src/template-specializations/connection-table/__snapshots__/connection-table.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Template Specialization/ConnectionTable Connection Table 1`] = `
+exports[`Storyshots Template Specialization/Connection Table Connection Table 1`] = `
`;
-exports[`Storyshots Template Specialization/ConnectionTable Duplicate Fields 1`] = `
+exports[`Storyshots Template Specialization/Connection Table Duplicate Fields 1`] = `
`;
-exports[`Storyshots Template Specialization/ConnectionTable Nested Data 1`] = `
+exports[`Storyshots Template Specialization/Connection Table Nested Data 1`] = `
`;
-exports[`Storyshots Template Specialization/ConnectionTable Out Of Order 1`] = `
+exports[`Storyshots Template Specialization/Connection Table Out Of Order 1`] = `
(
diff --git a/src/template-specializations/object-description/__snapshots__/object-description.stories.storyshot b/src/template-specializations/object-description/__snapshots__/object-description.stories.storyshot
index 8911c379..1648efa0 100644
--- a/src/template-specializations/object-description/__snapshots__/object-description.stories.storyshot
+++ b/src/template-specializations/object-description/__snapshots__/object-description.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Template Specialization/ObjectDescription Duplicate Fields 1`] = `
+exports[`Storyshots Template Specialization/Object Description Duplicate Fields 1`] = `
@@ -62,7 +62,7 @@ exports[`Storyshots Template Specialization/ObjectDescription Duplicate Fields 1
`;
-exports[`Storyshots Template Specialization/ObjectDescription Nested Data 1`] = `
+exports[`Storyshots Template Specialization/Object Description Nested Data 1`] = `
@@ -114,7 +114,7 @@ exports[`Storyshots Template Specialization/ObjectDescription Nested Data 1`] =
`;
-exports[`Storyshots Template Specialization/ObjectDescription Object Description 1`] = `
+exports[`Storyshots Template Specialization/Object Description Object Description 1`] = `
@@ -166,7 +166,7 @@ exports[`Storyshots Template Specialization/ObjectDescription Object Description
`;
-exports[`Storyshots Template Specialization/ObjectDescription Out Of Order 1`] = `
+exports[`Storyshots Template Specialization/Object Description Out Of Order 1`] = `
diff --git a/src/template-specializations/object-description/object-description.stories.tsx b/src/template-specializations/object-description/object-description.stories.tsx
index 807e1604..424796e3 100644
--- a/src/template-specializations/object-description/object-description.stories.tsx
+++ b/src/template-specializations/object-description/object-description.stories.tsx
@@ -6,7 +6,7 @@ import {ObjectDescription} from './object-description';
export default {
component: ObjectDescription,
- title: 'Template Specialization/ObjectDescription',
+ title: 'Template Specialization/Object Description',
};
export const objectDescription = () => (
diff --git a/src/templates/array-template/__snapshots__/array-template.stories.storyshot b/src/templates/array-template/__snapshots__/array-template.stories.storyshot
index 46f18703..2a2c952b 100644
--- a/src/templates/array-template/__snapshots__/array-template.stories.storyshot
+++ b/src/templates/array-template/__snapshots__/array-template.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Templates/ArrayTemplate Array Template 1`] = `
+exports[`Storyshots Templates/Array Template Array Template 1`] = `
-
@@ -150,7 +150,7 @@ exports[`Storyshots Templates/ArrayTemplate Array Template 1`] = `
`;
-exports[`Storyshots Templates/ArrayTemplate Duplicate Fields 1`] = `
+exports[`Storyshots Templates/Array Template Duplicate Fields 1`] = `
-
@@ -325,7 +325,7 @@ exports[`Storyshots Templates/ArrayTemplate Duplicate Fields 1`] = `
`;
-exports[`Storyshots Templates/ArrayTemplate Nested Data 1`] = `
+exports[`Storyshots Templates/Array Template Nested Data 1`] = `
-
@@ -475,7 +475,7 @@ exports[`Storyshots Templates/ArrayTemplate Nested Data 1`] = `
`;
-exports[`Storyshots Templates/ArrayTemplate Out Of Order 1`] = `
+exports[`Storyshots Templates/Array Template Out Of Order 1`] = `
-
diff --git a/src/templates/array-template/array-template.stories.tsx b/src/templates/array-template/array-template.stories.tsx
index 3fe3eb7f..f3ad4072 100644
--- a/src/templates/array-template/array-template.stories.tsx
+++ b/src/templates/array-template/array-template.stories.tsx
@@ -7,7 +7,7 @@ import {FieldWrapper, ItemWrapper, Wrapper} from './support';
export default {
component: ArrayTemplate,
- title: 'Templates/ArrayTemplate',
+ title: 'Templates/Array Template',
};
export const arrayTemplate = () => (
diff --git a/src/templates/connection-template/__snapshots__/connection-template.stories.storyshot b/src/templates/connection-template/__snapshots__/connection-template.stories.storyshot
index 714117a8..119ed300 100644
--- a/src/templates/connection-template/__snapshots__/connection-template.stories.storyshot
+++ b/src/templates/connection-template/__snapshots__/connection-template.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Templates/ConnectionTemplate Connection Template 1`] = `
+exports[`Storyshots Templates/Connection Template Connection Template 1`] = `
-
@@ -150,7 +150,7 @@ exports[`Storyshots Templates/ConnectionTemplate Connection Template 1`] = `
`;
-exports[`Storyshots Templates/ConnectionTemplate Duplicate Fields 1`] = `
+exports[`Storyshots Templates/Connection Template Duplicate Fields 1`] = `
-
@@ -325,7 +325,7 @@ exports[`Storyshots Templates/ConnectionTemplate Duplicate Fields 1`] = `
`;
-exports[`Storyshots Templates/ConnectionTemplate Nested Data 1`] = `
+exports[`Storyshots Templates/Connection Template Nested Data 1`] = `
-
@@ -475,7 +475,7 @@ exports[`Storyshots Templates/ConnectionTemplate Nested Data 1`] = `
`;
-exports[`Storyshots Templates/ConnectionTemplate Out Of Order 1`] = `
+exports[`Storyshots Templates/Connection Template Out Of Order 1`] = `
-
diff --git a/src/templates/connection-template/connection-template.stories.tsx b/src/templates/connection-template/connection-template.stories.tsx
index 1c7961b2..9a9c464f 100644
--- a/src/templates/connection-template/connection-template.stories.tsx
+++ b/src/templates/connection-template/connection-template.stories.tsx
@@ -7,7 +7,7 @@ import {FieldWrapper, ItemWrapper, toConnection, Wrapper} from './support';
export default {
component: ConnectionTemplate,
- title: 'Templates/ConnectionTemplate',
+ title: 'Templates/Connection Template',
};
export const connectionTemplate = () => (
diff --git a/src/templates/object-template/__snapshots__/object-template.stories.storyshot b/src/templates/object-template/__snapshots__/object-template.stories.storyshot
index 1f757816..cbaae87b 100644
--- a/src/templates/object-template/__snapshots__/object-template.stories.storyshot
+++ b/src/templates/object-template/__snapshots__/object-template.stories.storyshot
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Storyshots Templates/ObjectTemplate Duplicate Fields 1`] = `
+exports[`Storyshots Templates/Object Template Duplicate Fields 1`] = `
@@ -62,7 +62,7 @@ exports[`Storyshots Templates/ObjectTemplate Duplicate Fields 1`] = `
`;
-exports[`Storyshots Templates/ObjectTemplate Nested Data 1`] = `
+exports[`Storyshots Templates/Object Template Nested Data 1`] = `
@@ -114,7 +114,7 @@ exports[`Storyshots Templates/ObjectTemplate Nested Data 1`] = `
`;
-exports[`Storyshots Templates/ObjectTemplate Object Template 1`] = `
+exports[`Storyshots Templates/Object Template Object Template 1`] = `
@@ -166,7 +166,7 @@ exports[`Storyshots Templates/ObjectTemplate Object Template 1`] = `
`;
-exports[`Storyshots Templates/ObjectTemplate Out Of Order 1`] = `
+exports[`Storyshots Templates/Object Template Out Of Order 1`] = `
diff --git a/src/templates/object-template/object-template.stories.tsx b/src/templates/object-template/object-template.stories.tsx
index 451e3218..d0ca8075 100644
--- a/src/templates/object-template/object-template.stories.tsx
+++ b/src/templates/object-template/object-template.stories.tsx
@@ -7,7 +7,7 @@ import {ItemWrapper, Wrapper} from './support';
export default {
component: ObjectTemplate,
- title: 'Templates/ObjectTemplate',
+ title: 'Templates/Object Template',
};
export const objectTemplate = () => (