Skip to content

Commit

Permalink
Fix trailing-punctuation-in-headings
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored and teoli2003 committed Aug 13, 2021
1 parent 4ba6576 commit c84293e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/set-cookie/samesite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You should explicitly communicate the intended `SameSite` policy for your cook
Set-Cookie: flavor=choco; SameSite=Lax
```

## Example:
## Example

RewriteEngine on
RewriteBase "/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ isResolvable(host)

Tries to resolve the hostname. Returns true if succeeds.

#### Examples:
#### Examples

```js
isResolvable("www.mozilla.org") // true
Expand All @@ -254,7 +254,7 @@ True if and only if the IP address of the host matches the specified IP address

Pattern and mask specification is done the same way as for SOCKS configuration.

#### Examples:
#### Examples

```js
function alert_eval(str) { alert(str + ' is ' + eval(str)) }
Expand Down Expand Up @@ -343,7 +343,7 @@ dnsDomainLevels(host)
Returns the number (integer) of DNS domain levels (number of dots) in the hostname.
#### Examples:
#### Examples
```js
dnsDomainLevels("www"); // 0
Expand Down

0 comments on commit c84293e

Please sign in to comment.