From 7750c95a028b8703fd9b4a685b08d599cdede3af Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 30 May 2020 00:43:55 +0100 Subject: [PATCH] typoe --- code_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_style.md b/code_style.md index 8c8e40fa18..fe04d2cc3d 100644 --- a/code_style.md +++ b/code_style.md @@ -17,7 +17,7 @@ writing in modern ECMAScript and using a transpile step to generate the file that applications can then include. There are significant benefits in being able to use modern ECMAScript, although the tooling for doing so can be awkward for library code, especially with regard to translating source maps and line -number throgh from the original code to the final application. +number through from the original code to the final application. General Style -------------