Skip to content

Commit 19f2727

Browse files
Update ARCHITECTURE.md
Co-authored-by: Bruno Rosa <rosahbruno@gmail.com>
1 parent 7996671 commit 19f2727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The `entry/` folder contains the main entry points for the Glean.js package per
9696
For example, when a user does `import Glean from @mozilla/glean/webext` it's the `entry/webext.ts`
9797
file that they are getting and not `core/glean.ts`.
9898

99-
The main difference between each platform's files is that a different `Platform` implementation is
99+
The main difference between each platform's file is that a different `Platform` implementation is
100100
imported per file.
101101

102102
The Qt/QML entry point is the different one here. QML packages cannot be easily consumed through npm,

0 commit comments

Comments
 (0)