Skip to content

Commit 7e2f7d7

Browse files
committed
Fix typos
1 parent bb7cba6 commit 7e2f7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For example:
5454
pin "react", to: "https://ga.jspm.io/npm:[email protected]/index.js"
5555
```
5656

57-
means "everytime you see `import React from "react"`
57+
means "every time you see `import React from "react"`
5858
change it to `import React from "https://ga.jspm.io/npm:[email protected]/index.js"`"
5959

6060
```js
@@ -302,7 +302,7 @@ Pin your js file:
302302
pin "checkout", preload: false
303303
```
304304

305-
Import your module on the specific page. Note: you'll likely want to use a `content_for` block on the specifc page/partial, then yield it in your layout.
305+
Import your module on the specific page. Note: you'll likely want to use a `content_for` block on the specific page/partial, then yield it in your layout.
306306

307307
```erb
308308
<% content_for :head do %>

0 commit comments

Comments
 (0)