From 8513e013f4a2f67b62dc14a65d2bc320fb817438 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 26 Jun 2020 18:23:27 +0200 Subject: [PATCH] Fix typo and update outdated doc block --- framework/core/js/src/forum/components/Search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/js/src/forum/components/Search.js b/framework/core/js/src/forum/components/Search.js index 5302d6c6f..ec97837d3 100644 --- a/framework/core/js/src/forum/components/Search.js +++ b/framework/core/js/src/forum/components/Search.js @@ -12,13 +12,13 @@ import UsersSearchSource from './UsersSearchSource'; * The `Search` component displays a menu of as-you-type results from a variety * of sources. * - * The search box will be 'activated' if the app's seach state's + * The search box will be 'activated' if the app's search state's * getInitialSearch() value is a truthy value. If this is the case, an 'x' * button will be shown next to the search field, and clicking it will clear the search. * * PROPS: * - * - state: AlertState instance. + * - state: SearchState instance. */ export default class Search extends Component { init() {