Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 12, 2021
1 parent bf2511c commit 5674e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function fetchChart(
const executionContext = {
type: 'application',
name: 'discover',
description: 'fetch chart data',
description: 'fetch chart data and total hits',
url: window.location.pathname,
id: '',
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const fetchDocuments = (
const executionContext = {
type: 'application',
name: 'discover',
description: 'fetch docs',
description: 'fetch documents',
url: window.location.pathname,
id: '',
};
Expand Down

0 comments on commit 5674e05

Please sign in to comment.