We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562fa66 commit 2796c49Copy full SHA for 2796c49
packages/app/src/app/pages/Search/Filters/index.js
@@ -23,7 +23,7 @@ const Filters = () => (
23
<Filter
24
attributeName="template"
25
operator="or"
26
- title="Enviroment"
+ title="Environment"
27
transformItems={items =>
28
items.map(({ label, ...item }) => {
29
const { name, niceName } = getTemplate(label);
0 commit comments