Skip to content

Commit

Permalink
fix(eslint-plugin): fix configuration guide link (#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassernasc committed Jul 11, 2022
1 parent 3addd89 commit 8219b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eslint-plugin/schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Please see ${docs} to configure the NgRx ESLint Plugin.
context.logger.info(`
The NgRx ESLint Plugin is installed and configured with the '${schema.config}' config.
If you want to change the configuration, please see ${docs}.
Take a look at the docs at ${docs} if you want to change the default configuration.
`);
return host;
} catch (err) {
Expand Down

0 comments on commit 8219b1d

Please sign in to comment.