Skip to content

Commit da1cd34

Browse files
authored
fix typo
1 parent 5c68387 commit da1cd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/example-simple/lib/modules/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// modules/routes.js #tutorial-step-6 -
2-
// Thi is the file that is called into package.js that allows the component to be found.
2+
// This is the file that is called into package.js that allows the component to be found.
33

44
// First, we import this from vulcan core, which is a utility to add a new route.
55
import { addRoute, Components } from 'meteor/vulcan:core';

0 commit comments

Comments
 (0)