From 89d300b821551c9955414caf3066ae602813f6ea Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sun, 14 Jul 2019 18:48:20 +0200 Subject: [PATCH] doc/go1.13: fix misspelling of "interpreted" Change-Id: I465f10533cc76d8160e56bc49eabaf8127ac4e61 Reviewed-on: https://go-review.googlesource.com/c/go/+/186137 Reviewed-by: Andrew Bonventre --- doc/go1.13.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index afc345c1d3682..9d2c65be2bab2 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -604,7 +604,7 @@

Minor changes to the library

When using a <script> tag with "module" set as the - type attribute, code will now be interperted as JavaScript module script. + type attribute, code will now be interpreted as JavaScript module script.