diff --git a/web/source/kmwkeyboards.ts b/web/source/keyboards/kmwkeyboards.ts
similarity index 99%
rename from web/source/kmwkeyboards.ts
rename to web/source/keyboards/kmwkeyboards.ts
index d963631573..1c87182590 100644
--- a/web/source/kmwkeyboards.ts
+++ b/web/source/keyboards/kmwkeyboards.ts
@@ -1,4 +1,4 @@
-///
+///
namespace com.keyman {
class CloudRequestEntry {
diff --git a/web/source/kmwbase.ts b/web/source/kmwbase.ts
index 0a9946c36e..3572c5788e 100644
--- a/web/source/kmwbase.ts
+++ b/web/source/kmwbase.ts
@@ -15,7 +15,7 @@
// Defines the keyboard callback object.
///
// Defines keyboard data & management classes.
-///
+///
// Defines built-in keymapping.
///
// Defines KMW's hotkey management object.
diff --git a/web/source/text/prediction/modelManager.ts b/web/source/text/prediction/modelManager.ts
index a615aa8a08..418cf75fb0 100644
--- a/web/source/text/prediction/modelManager.ts
+++ b/web/source/text/prediction/modelManager.ts
@@ -3,7 +3,7 @@
// Defines the LMLayer's outer shell
///
// Defines the ModelManager and its related types.
-///
+///
namespace com.keyman.text.prediction {
export interface ModelSpec {