diff --git a/index.bs b/index.bs
index 40743db..645a729 100644
--- a/index.bs
+++ b/index.bs
@@ -289,7 +289,7 @@ There is no WG consensus on whether or not it should be exposed on Window.
VideoTrackGenerator()
1. Let |generator| be a new {{VideoTrackGenerator}} object.
-1. Let |track| be a newly [=Create a MediaStreamTrack|created=] {{MediaStreamTrack}} with source set to |generator| and tieSourceToContext set to false
.
+1. Let |track| be a newly [$create a MediaStreamTrack|created$] {{MediaStreamTrack}} with source set to |generator| and tieSourceToContext set to false
.
1. Initialize |generator|.{{VideoTrackGenerator/track}} to |track|.
4. Return |generator|.
@@ -330,7 +330,7 @@ It is defined by running the following steps.
1. Set [=this=].`[[isMuted]]` to |newValue|.
1. Unless one has been queued already this run of the event loop, [=queue a task=] to run the following steps:
1. Let |settledValue| be [=this=].`[[isMuted]]`.
- 1. For each live track sourced by [=this=], [=queue a task=] to [=set a track's muted state=] to |settledValue|.
+ 1. For each live track sourced by [=this=], [=queue a task=] to [$set a track's muted state$] to |settledValue|.