From 6c42e1be75bac1c1922223813f97291d95c821b4 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 27 Dec 2019 12:33:37 +0100 Subject: [PATCH] Updated Style Guide (markdown) --- Style-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Style-Guide.md b/Style-Guide.md index c339796..2101439 100644 --- a/Style-Guide.md +++ b/Style-Guide.md @@ -1,6 +1,6 @@ This page outlines the style conventions that PDF.js follows to maintain a consistent code base. We ask each contributor that creates a pull request to adhere to these conventions. -Most of these conventions ware checked automatically by a linter (Prettier) after each push to a branch of a pull request. Refer to https://github.com/mozilla/pdf.js/wiki/Contributing#4-run-lint-and-testing for information about running the linter locally. +Most of these conventions are checked automatically by a linter (Prettier) after each push to a branch of a pull request. Refer to https://github.com/mozilla/pdf.js/wiki/Contributing#4-run-lint-and-testing for information about running the linter locally. ## General * Indentation: 2 spaces