Skip to content

Commit 2a81a85

Browse files
committed
Fix both source Markdown and generated HTML
1 parent bd0115c commit 2a81a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handbook/inequality/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2 id="syntax">Syntax</h2>
410410

411411
<h2 id="description">Description</h2>
412412

413-
<p>Attributes can be filtered using inquality operators, including <code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> and <code>!=</code>.</p>
413+
<p>Attributes can be filtered using inequality operators, including <code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> and <code>!=</code>.</p>
414414

415415
<p><code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> can only filter using values that can be sorted. For instance, you can use these operators to filter numbers, but you cannot filter records this way.</p>
416416

src/handbook/inequality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable <= variable >= variable
2929

3030
## Description
3131

32-
Attributes can be filtered using inqueality operators, including `>`, `>=`, `<`, `<=` and `!=`.
32+
Attributes can be filtered using inequality operators, including `>`, `>=`, `<`, `<=` and `!=`.
3333

3434
`>`, `>=`, `<`, `<=` can only filter using values that can be sorted. For instance, you can use these operators to filter numbers, but you cannot filter records this way.
3535

0 commit comments

Comments
 (0)