Fixed grammatical error
parent
71ad385e14
commit
1591ce364e
|
@ -37,7 +37,7 @@ git clone --bare https://github.com/google/material-design-lite.git
|
|||
Alternatively you can [download](https://github.com/google/material-design-lite/archive/master.zip)
|
||||
this repository.
|
||||
|
||||
Windows users, if you have trouble compiling due to line endings then make sure you configure git to checkout the repository with `lf` (unix) line endings. This can be achieved by setting `core.eol`.
|
||||
Windows users, if you have trouble compiling due to line endings then make sure you configure git to checkout the repository with `lf` (unix) line endings. This can be achieved by setting `core.eol`.
|
||||
|
||||
```
|
||||
git config core.eol lf
|
||||
|
@ -53,7 +53,7 @@ In the repo you'll find the following directories and files.
|
|||
| File/Folder | Provides |
|
||||
|-----------------|------------------------------------------------|
|
||||
| CONTRIBUTING.md | MDL contribution guidelines. |
|
||||
| docs | Files for documentation the documentation site.|
|
||||
| docs | Files for the documentation site. |
|
||||
| gulpfile.js | gulp configuration for MDL. |
|
||||
| LICENSE | Project license information. |
|
||||
| package.json | npm package information. |
|
||||
|
|
Loading…
Reference in New Issue