Skip to content

Commit dabe657

Browse files
Fix local enrollment docs (#662)
The docs had a link to a JSM (formatted as .Jsm instead of .jsm, which is why it was missed in #652) and some incorrect markdown for code blocks.
1 parent 5191d6c commit dabe657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/additional-links/local-enrollment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Note: You can also use the [remote-settings-devtools](https://github.com/mozilla
2222
- `Percent of clients`: 100%
2323
- `Expected Number of Clients`: 1 (or any number above 0)
2424
3. Request Launch and Approve the experiment in Remote Settings
25-
4. Open the Browser Console to view the logs from RSLoader (`RemoteSettingsExperimentLoader.Jsm`)
25+
4. Open the Browser Console to view the logs from `RSLoader` (`RemoteSettingsExperimentLoader.sys.mjs`)
2626

2727
There should be log outputs of the RSLoader reading from remote settings and showing the JEXL evaluations being attempted. Eventually the experiment you created should be loaded and evaluated. If you are enrolled into a study with the same feature, the new experiment will not be allowed to enroll.
2828
5. Check `about:telemetry` for an event that looks like this
2929
- Enrollment
3030
```
3131
normandy enroll nimbus_experiment <name-of-experiment>
32+
```
3233
- Unenrollment
3334
```
3435
normandy unenroll nimbus_experiment <name-of-experiment>

0 commit comments

Comments
 (0)