Skip to content

Commit 8219b1d

Browse files
authored
fix(eslint-plugin): fix configuration guide link (#3480)
1 parent 3addd89 commit 8219b1d

File tree

1 file changed

+1
-1
lines changed
  • modules/eslint-plugin/schematics/ng-add

1 file changed

+1
-1
lines changed

modules/eslint-plugin/schematics/ng-add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Please see ${docs} to configure the NgRx ESLint Plugin.
4141
context.logger.info(`
4242
The NgRx ESLint Plugin is installed and configured with the '${schema.config}' config.
4343
44-
If you want to change the configuration, please see ${docs}.
44+
Take a look at the docs at ${docs} if you want to change the default configuration.
4545
`);
4646
return host;
4747
} catch (err) {

0 commit comments

Comments
 (0)