From 0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Fri, 1 Mar 2019 14:18:35 +0100 Subject: docs(README): fix typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 386da88f..73275421 100644 --- a/Readme.md +++ b/Readme.md @@ -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 -- cgit v1.2.3