Skip to content

Commit b393422

Browse files
craig-davismantoni
authored andcommitted
Add minor markdown formatting to release docs for sandbox
1 parent e27727a commit b393422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release-source/release/sandbox.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ var sandbox = sinon.createSandbox({
108108
});
109109
```
110110

111-
##### injectInto
111+
##### `injectInto`
112112

113113
The sandbox's methods can be injected into another object for convenience. The
114114
`injectInto` configuration option can name an object to add properties to.
115115

116-
##### properties
116+
##### `properties`
117117

118118
What properties to inject. Note that only naming "server" here is not
119119
sufficient to have a `server` property show up in the target object, you also
@@ -132,13 +132,13 @@ returned by the function `inject`, namely:
132132
}
133133
```
134134

135-
##### useFakeTimers
135+
##### `useFakeTimers`
136136

137137
If set to `true`, the sandbox will have a `clock` property. You can optionally pass
138138
in a configuration object that follows the [specification for fake timers](../fake-timers),
139139
such as `{ toFake: ["setTimeout", "setInterval"] }`.
140140

141-
##### useFakeServer
141+
##### `useFakeServer`
142142

143143
If `true`, `server` and `requests` properties are added to the sandbox. Can
144144
also be an object to use for fake server. The default one is `sinon.fakeServer`,

0 commit comments

Comments
 (0)