Skip to content

Commit

Permalink
Continuing mdn#16075. Daily markdownlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed May 17, 2022
1 parent 693598c commit 88ebe61
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ msInsertAudioEffect(activatableClassId, effectRequired, config)

### Return value

None ({{jsxref("undefined")}}).
None ({{jsxref("undefined")}}).

## See also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setCustomValidity(errorMessage)

### Parameters

- `errorMessage`
- `errorMessage`
- : The message to use for validity errors.

### Return value
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/mscaching/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This proprietary method is specific to Internet Explorer and Microsoft Edge.
### Values

One of the following strings:

- `auto`
- : The caching for stream or ms-stream data is _disabled_.
- `enabled`
Expand Down
1 change: 0 additions & 1 deletion files/en-us/web/html/global_attributes/itemtype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Google and other major search engines support the [schema.org](https://schema.or

This example uses microdata attributes to represent structured data for a product, as follows:


<table class="standard-table">
<tbody>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/caching/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ ETag: YsAIAAAA-QG4G6kCMAMBAAAAAAAoK

Making a response cacheable over a long period of time by changing the URL when the content changes is called **cache busting**. That technique can be applied to all subresources, such as images.

> **Note:** When evaluating the use of `immutable` and QPACK:
> **Note:** When evaluating the use of `immutable` and QPACK:
> If you’re concerned that `immutable` changes the predefined value provided by QPACK, consider that
> in this case, the `immutable` part can be encoded separately by splitting the `Cache-Control` value into two lines — though this is dependent on the encoding algorithm a particular QPACK implementation uses.
Expand Down

0 comments on commit 88ebe61

Please sign in to comment.