8000 fix typo · removed-usr/jsdoc.github.io@fcb0603 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcb0603

Browse files
committed
fix typo
1 parent 0ea6199 commit fcb0603

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/tags-augments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
tag: augments
3-
description: Indicate that a symbol inherits from, ands adds to, a parent symbol.
3+
description: Indicate that a symbol inherits from, and adds to, a parent symbol.
44
synonyms:
55
- extends
66
related:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2 id="block-tags">Block Tags</h2>
6969
<dt><a href="tags-alias.html">@alias</a></dt>
7070
<dd>Treat a member as if it had a different name.</dd>
7171
<dt><a href="tags-augments.html">@augments</a> (synonyms: @extends)</dt>
72-
<dd>Indicate that a symbol inherits from, ands adds to, a parent symbol.</dd>
72+
<dd>Indicate that a symbol inherits from, and adds to, a parent symbol.</dd>
7373
<dt><a href="tags-author.html">@author</a></dt>
7474
<dd>Identify the author of an item.</dd>
7575
<dt><a href="tags-borrows.html">@borrows</a></dt>

tags-augments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<head>
66
<meta charset="utf-8">
7-
<meta name="description" content="Indicate that a symbol inherits from, ands adds to, a parent symbol.">
7+
<meta name="description" content="Indicate that a symbol inherits from, and adds to, a parent symbol.">
88
<title>Use JSDoc: @augments</title>
99
<link rel="stylesheet" href="styles/usejsdoc.css">
1010
<link rel="stylesheet" href="styles/prettify.css">

0 commit comments

Comments
 (0)
0