We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5e8d5 commit c2041afCopy full SHA for c2041af
packages/angular/pwa/pwa/index.ts
@@ -41,7 +41,7 @@ export default function (options: PwaOptions): Rule {
41
42
options.title = options.title || options.project;
43
44
- const tempalteSource = apply(url('./files/assets'), [
+ const templateSource = apply(url('./files/assets'), [
45
template({
46
...options,
47
}),
@@ -53,7 +53,7 @@ export default function (options: PwaOptions): Rule {
53
return chain([
54
addServiceWorker(options),
55
branchAndMerge(chain([
56
- mergeWith(tempalteSource),
+ mergeWith(templateSource),
57
])),
58
])(host, context);
59
};
0 commit comments