From 662d89659f27578c9db62dd32257c489987fe900 Mon Sep 17 00:00:00 2001 From: czeidler Date: Tue, 26 Jan 2021 21:23:11 +1300 Subject: [PATCH] Update code_style.md Co-authored-by: J. Ryan Stinnett --- code_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_style.md b/code_style.md index 6333e8cd94..b982395516 100644 --- a/code_style.md +++ b/code_style.md @@ -161,7 +161,7 @@ ECMAScript TypeScript ---------- - TypeScript is preferred over the use of JavaScript -- Its desirable to convert existing JavaScript files to TypeScript. TypeScript conversions should be done in small +- It's desirable to convert existing JavaScript files to TypeScript. TypeScript conversions should be done in small chunks without functional changes to ease the review process. - Use full type definitions for function parameters and return values. - Avoid `any` types and `any` casts