Skip to content

Commit 2796c49

Browse files
garethxSaraVieira
authored andcommitted
Fix typo on search page (#3282)
1 parent 562fa66 commit 2796c49

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Search/Filters

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Search/Filters/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Filters = () => (
2323
<Filter
2424
attributeName="template"
2525
operator="or"
26-
title="Enviroment"
26+
title="Environment"
2727
transformItems={items =>
2828
items.map(({ label, ...item }) => {
2929
const { name, niceName } = getTemplate(label);

0 commit comments

Comments
 (0)