Skip to content

Commit 00673ba

Browse files
committed
doc
1 parent 3d07bcc commit 00673ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Efficient client-side storage for Angular:
1212

1313
I am also the author of the [Angular Schematics extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics), installed nearly 1 million times. Feel free to give it a try.
1414

15-
## Why this lib?
15+
## Why this library?
1616

1717
Angular does not provide a client-side storage service, and almost every app needs some client-side storage. There are 2 native JavaScript APIs available:
1818
- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage)

lib/schematics/ng-update/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function updateToV13(): Rule {
3232
const rxjsMajorVersion = getDependencyMajorVersion("rxjs", host);
3333

3434
if (!rxjsMajorVersion) {
35-
context.logger.warn(`Not able to detect rxjs version. Be aware that rxjs version >= 7.4 is recommended for version 13 of this lib.`);
35+
context.logger.warn(`Not able to detect rxjs version. Be aware that rxjs version >= 7.4 is recommended for version 13 of this library.`);
3636
}
3737

3838
if (rxjsMajorVersion && (rxjsMajorVersion < 7)) {

0 commit comments

Comments
 (0)