From 9cb56e940fe278dec76db4f06f44facb37c9a5b4 Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Wed, 23 Nov 2022 13:08:11 +0100 Subject: [PATCH] change wording --- docs/essentials/controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essentials/controls.md b/docs/essentials/controls.md index 5d35a0ed60b8..03be56a5ead6 100644 --- a/docs/essentials/controls.md +++ b/docs/essentials/controls.md @@ -84,7 +84,7 @@ This replaces the input with a radio group for a more intuitive experience. ## Custom control type matchers -For a few types, Controls can automatically be infered with [regex](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp). If you've used the Storybook CLI to setup the configuration it will automatically have created the following defaults in `.storybook/preview.js`: +For a few types, Controls can automatically be inferred with [regex](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp). If you've used the Storybook CLI to setup your project it should have automatically created the following defaults in `.storybook/preview.js`: | Data type | Default regex | Description | | :-------: | :-----------------------: | :-------------------------------------------------------: |