Skip to content

Commit 4fd8756

Browse files
committed
Fix more typos
1 parent 985aebb commit 4fd8756

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
@@ -17,7 +17,7 @@ Then we need to include carbon-components in `src/styles.scss`:
1717
@import "~carbon-components/scss/globals/scss/styles.scss";
1818
```
1919

20-
> *Note:* For offline usage we'll need to set `$font-path: '~carbon-components/src/globals/fonts';` at the very top of our `src/styles.scss`. This will copy the fonts to our `dist` folder upon successful build. If you like the fonts to be a part of your `assets` folder and not polute the `dist` folder then copy the fonts from `node_modules/carbon-components/src/globals/fonts` into our app's `src/assets/fonts` folder and add `$font-path: '/assets/fonts/';` at the very top of our `src/styles.scss`.
20+
> *Note:* For offline usage we'll need to set `$font-path: '~carbon-components/src/globals/fonts';` at the very top of our `src/styles.scss`. This will copy the fonts to our `dist` folder upon successful build. If you like the fonts to be a part of your `assets` folder and not pollute the `dist` folder then copy the fonts from `node_modules/carbon-components/src/globals/fonts` into our app's `src/assets/fonts` folder and add `$font-path: '/assets/fonts/';` at the very top of our `src/styles.scss`.
2121
2222
Then set up our translations in `src/app/app.module.ts`:
2323

@@ -87,7 +87,7 @@ _Finally_ we can run `npm start` and start building out our application!
8787
- if you have a fix to contribute, assign yourself, otherwise leave unassigned
8888

8989
#### npm commands
90-
To keep our build dependancies local we use npm scripts to run our webpack, gulp, and general build tasks. You should never install webpack or gulp globally as that will likely conflict with our version. You should never need to modify the build process to add a component or story.
90+
To keep our build dependencies local we use npm scripts to run our webpack, gulp, and general build tasks. You should never install webpack or gulp globally as that will likely conflict with our version. You should never need to modify the build process to add a component or story.
9191
- `npm run storybook` to run storybook (port 6006)
9292
- `npm run build` to generate the dist
9393
- `docs:build` to build documentation

0 commit comments

Comments
 (0)