We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aeb37 commit 227c63bCopy full SHA for 227c63b
packages/@angular/cli/upgrade/version.ts
@@ -112,7 +112,7 @@ export class Version {
112
&& !rxjsVersion.isGreaterThanOrEqualTo(new SemVer('6.0.0-beta.0'))
113
) {
114
console.warn(bold(red(tags.stripIndents`
115
- This project uses a temporary compatibility version of RxJs (${rxjsVersion}.
+ This project uses a temporary compatibility version of RxJs (${rxjsVersion}).
116
117
Please visit the link below to find instructions on how to update RxJs.
118
https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit#
0 commit comments