diff options
| author | Erwann Mest <[email protected]> | 2019-03-01 14:18:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-01 14:18:35 +0100 |
| commit | 0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e (patch) | |
| tree | 65c52b45c6c7e83dc45b1572d9885f5fa2162439 | |
| parent | d3ce6f1a2a9359574e7f31f14d4901648047c45a (diff) | |
| download | faker-0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e.tar.xz faker-0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e.zip | |
docs(README): fix typo
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ var randomCard = faker.helpers.createCard(); // random contact card containing m ## Building faker.js -faker uses [gulp](http://gulpjs.com/) to automate it's build process. Running the following build command will generate new browser builds, documentation, and code examples for the project. +faker uses [gulp](http://gulpjs.com/) to automate its build process. Running the following build command will generate new browser builds, documentation, and code examples for the project. ``` npm run-script build |
