From d42bb71aadbade4fd90d70f3d604e9d2a9ec8553 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Mon, 24 May 2021 10:07:49 +0200 Subject: [PATCH] fix notice header Signed-off-by: Emma Indal Signed-off-by: Eric Peterson --- .../components/DefaultResultListItem/DefaultResultListItem.tsx | 3 +-- plugins/search/src/components/DefaultResultListItem/index.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/search/src/components/DefaultResultListItem/DefaultResultListItem.tsx b/plugins/search/src/components/DefaultResultListItem/DefaultResultListItem.tsx index 09ef325f85..8571caa49d 100644 --- a/plugins/search/src/components/DefaultResultListItem/DefaultResultListItem.tsx +++ b/plugins/search/src/components/DefaultResultListItem/DefaultResultListItem.tsx @@ -11,8 +11,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and - * l -imitations under the License. + * limitations under the License. */ import React from 'react'; diff --git a/plugins/search/src/components/DefaultResultListItem/index.ts b/plugins/search/src/components/DefaultResultListItem/index.ts index f195f62929..7562aff1af 100644 --- a/plugins/search/src/components/DefaultResultListItem/index.ts +++ b/plugins/search/src/components/DefaultResultListItem/index.ts @@ -11,8 +11,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and - * l -imitations under the License. + * limitations under the License. */ export { DefaultResultListItem } from './DefaultResultListItem';