Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
replace references to 'Jetpack Platform' with 'add-on' per review com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
mykmelez committed Dec 22, 2010
1 parent 8267e03 commit a25e4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-files/md/dev-guide/e10s.md
Expand Up @@ -19,8 +19,8 @@ parent chrome process.
The above diagram is a simplified depiction of what happens when a hypothetical
add-on using the `widget` module is loaded.

First, the Jetpack Platform Loader initializes the Jetpack Platform and loads
`main.js` in a separate process. We call this the *add-on process*.
First, the add-on loader initializes the add-on and loads `main.js` in a
separate process. We call this the *add-on process*.

When `main.js` calls `require("widget")`, the add-on process sends a message to
the chrome process and awaits a reply.
Expand Down

0 comments on commit a25e4c8

Please sign in to comment.