Skip to content

Commit

Permalink
fix(create-instantsearch-app): fix option label for `attributesForFac…
Browse files Browse the repository at this point in the history
…eting` (#5841)
  • Loading branch information
sarahdayan authored Sep 11, 2023
1 parent 70cb53d commit 9b2471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-instantsearch-app/src/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const getQuestions = ({ appName }) => ({
{
type: 'checkbox',
name: 'attributesForFaceting',
message: 'Attributes to display',
message: 'Attributes for faceting',
suffix: `\n ${chalk.gray('Used to filter the search interface')}`,
pageSize: 10,
choices: async (answers) => {
Expand Down

0 comments on commit 9b2471e

Please sign in to comment.