Skip to content

Commit

Permalink
[Enterprise Search] Fix copy, typo in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Apr 27, 2023
1 parent 3480acd commit e1ecfe4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { EngineApiLogic } from './engine_api_logic';

import { elasticsearchUrl } from './search_application_api';

const SearchUISnippet = (esUrl: string, engineName: string, apiKey: string) => `6
const SearchUISnippet = (esUrl: string, engineName: string, apiKey: string) => `
import EnginesAPIConnector from "@elastic/search-ui-engines-connector";
const connector = new EnginesAPIConnector({
Expand Down Expand Up @@ -74,7 +74,7 @@ export const EngineApiIntegrationStage: React.FC = () => {
<p>
{i18n.translate('xpack.enterpriseSearch.content.engine.api.step3.intro', {
defaultMessage:
'Learn how to integrate with your search application with the language clients maintained by Elastic to help build your search experience.',
'Use the following code snippets to connect to your search application.',
})}
</p>
</EuiText>
Expand Down

0 comments on commit e1ecfe4

Please sign in to comment.