Skip to content

Commit c33cf0c

Browse files
StephenFluinhansl
authored andcommitted
fix(@angular/pwa): fix typo in variable name
1 parent 77e53a6 commit c33cf0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/pwa/pwa/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function (options: PwaOptions): Rule {
4141

4242
options.title = options.title || options.project;
4343

44-
const tempalteSource = apply(url('./files/assets'), [
44+
const templateSource = apply(url('./files/assets'), [
4545
template({
4646
...options,
4747
}),
@@ -53,7 +53,7 @@ export default function (options: PwaOptions): Rule {
5353
return chain([
5454
addServiceWorker(options),
5555
branchAndMerge(chain([
56-
mergeWith(tempalteSource),
56+
mergeWith(templateSource),
5757
])),
5858
])(host, context);
5959
};

0 commit comments

Comments
 (0)