Skip to content

Commit 15947e1

Browse files
committed
style: end in periods
1 parent db4f30c commit 15947e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/router/router.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class Router implements ComponentInterface {
167167
@Method()
168168
async navChanged(direction: RouterDirection): Promise<boolean> {
169169
if (this.busy) {
170-
printIonWarning('[ion-router] - Router is busy, navChanged was cancelled');
170+
printIonWarning('[ion-router] - Router is busy, navChanged was cancelled.');
171171
return false;
172172
}
173173
const { ids, outlet } = await readNavState(window.document.body);
@@ -183,7 +183,7 @@ export class Router implements ComponentInterface {
183183

184184
const segments = chainToSegments(chain);
185185
if (!segments) {
186-
printIonWarning('[ion-router] - Router could not match path because some required param is missing');
186+
printIonWarning('[ion-router] - Router could not match path because some required param is missing.');
187187
return false;
188188
}
189189

0 commit comments

Comments
 (0)