Skip to content

Commit ae904cd

Browse files
authored
Merge pull request #238 from microsoft/octogonz/fix-typo
Fix typo in README.md
2 parents 91b05e6 + f972d40 commit ae904cd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Fix typo",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

tsdoc-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ a list of paths that will be mixed in with the current file:
5353
}
5454
```
5555

56-
> NOTE: The `extends` paths are resolved using NodeJS module resolution, so local paths must being with `./` to avoid
56+
> NOTE: The `extends` paths are resolved using NodeJS module resolution, so local paths must begin with `./` to avoid
5757
> being interpreted as an NPM package name.
5858
5959

0 commit comments

Comments
 (0)