Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 8f3888d

Browse files
authored
Merge pull request #3 from hapinessjs/next
documentation(readme): fix typo
2 parents 9df2726 + 95b1701 commit 8f3888d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/custom-elements-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The minimum `package.json` file for your module is described below:
188188
}
189189
```
190190

191-
If your module has to others **dependencies** not installed automatically by `@hapiness/custom-elements-loader` like explained in [installation](#installation), you must add them in **dependencies** section.
191+
If your module has to have others **dependencies** not installed automatically by `@hapiness/custom-elements-loader` like explained in [installation](#installation), you must add them in **dependencies** section.
192192

193193
#### - Publish your module
194194

projects/ng-elements-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The minimum `package.json` file for your module is described below:
194194
}
195195
```
196196

197-
If your module has to others `Angular` **dependencies**, add them in `peerDependencies`. If your module has to **externals dependencies**, add them in `dependencies` like that they will be automatically installed.
197+
If your module has to have others `Angular` **dependencies**, add them in `peerDependencies`. If your module has to have **externals dependencies**, add them in `dependencies` like that they will be automatically installed.
198198

199199
#### - Publish your module
200200

0 commit comments

Comments
 (0)