We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7996671 commit 19f2727Copy full SHA for 19f2727
ARCHITECTURE.md
@@ -96,7 +96,7 @@ The `entry/` folder contains the main entry points for the Glean.js package per
96
For example, when a user does `import Glean from @mozilla/glean/webext` it's the `entry/webext.ts`
97
file that they are getting and not `core/glean.ts`.
98
99
-The main difference between each platform's files is that a different `Platform` implementation is
+The main difference between each platform's file is that a different `Platform` implementation is
100
imported per file.
101
102
The Qt/QML entry point is the different one here. QML packages cannot be easily consumed through npm,
0 commit comments