Skip to content

Commit

Permalink
docs: enable syntax highlighting to a code block (#11594)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Jun 21, 2021
1 parent 7be63ef commit 0a210dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/JestObjectAPI.md
Expand Up @@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.

Example:

```
```js
// example.js
module.exports = {
function: function square(a, b) {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/JestObjectAPI.md
Expand Up @@ -143,7 +143,7 @@ Creates a new property with the same primitive value as the original property.

Example:

```
```js
// example.js
module.exports = {
function: function square(a, b) {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/JestObjectAPI.md
Expand Up @@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.

Example:

```
```js
// example.js
module.exports = {
function: function square(a, b) {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/JestObjectAPI.md
Expand Up @@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.

Example:

```
```js
// example.js
module.exports = {
function: function square(a, b) {
Expand Down

0 comments on commit 0a210dc

Please sign in to comment.