From ca9011065273ad5d149820f367f9798c81dd2553 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:33:29 -0400
Subject: [PATCH 1/4] spelling: bitbucket
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
test/transform.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/transform.js b/test/transform.js
index 6481c3c..7813c1d 100644
--- a/test/transform.js
+++ b/test/transform.js
@@ -354,7 +354,7 @@ test('transforming when old toc exists and --all flag is set', function (t) {
})
-// bigbucket.org
+// bitbucket.org
check(
[ '# My Module'
, 'Some text here'
From f57de89dad28bc181928a437614a9304f6f5cc53 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:34:10 -0400
Subject: [PATCH 2/4] spelling: image
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
lib/transform.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/transform.js b/lib/transform.js
index afd713c..326320f 100644
--- a/lib/transform.js
+++ b/lib/transform.js
@@ -42,7 +42,7 @@ function getMarkdownHeaders (lines, maxHeaderLevel) {
else if (x.type === md.Syntax.Image) {
// Images (at least on GitHub, untested elsewhere) are given a hyphen
// in the slug. We can achieve this behavior by adding an '*' to the
- // TOC entry. Think of it as a "magic char" that represents the iamge.
+ // TOC entry. Think of it as a "magic char" that represents the image.
return '*';
}
else {
From bc8e1dd2fbb7d3ff74ef8f4fcfda52d65196cd83 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:40:37 -0400
Subject: [PATCH 3/4] spelling: transifex
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
test/fixtures/readme-with-nested-markdown.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/fixtures/readme-with-nested-markdown.md b/test/fixtures/readme-with-nested-markdown.md
index 85f5a47..fabd1b6 100644
--- a/test/fixtures/readme-with-nested-markdown.md
+++ b/test/fixtures/readme-with-nested-markdown.md
@@ -7,7 +7,7 @@ the link URL.
Chat with the Cockatrice developers on Gitter. Come here to talk about the application, features, or just to hang out. For support regarding specific servers, please contact that server's admin or forum for support rather than asking here.
-# Translation Status [![Cockatrice on Transiflex](https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.646b0065fce6.png)](https://www.transifex.com/projects/p/cockatrice/)
+# Translation Status [![Cockatrice on Transifex](https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.646b0065fce6.png)](https://www.transifex.com/projects/p/cockatrice/)
Cockatrice uses Transifex for translations. You can help us bring Cockatrice/Oracle to your language or edit single wordings by clicking on the associated charts below.
Our [project page](https://www.transifex.com/projects/p/cockatrice/) offers a detailed overview for contributors.
From 3c3c3291ac802617a905439739ad46ba2ef61628 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Fri, 13 Oct 2023 05:31:41 -0400
Subject: [PATCH 4/4] spelling: will
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5429bab..8ffaf84 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Running doctoc will insert the toc at that location.
### Specifying a custom TOC title
-Use the `--title` option to specify a (Markdown-formatted) custom TOC title; e.g., `doctoc --title '**Contents**' .` From then on, you can simply run `doctoc ` and doctoc will will keep the title you specified.
+Use the `--title` option to specify a (Markdown-formatted) custom TOC title; e.g., `doctoc --title '**Contents**' .` From then on, you can simply run `doctoc ` and doctoc will keep the title you specified.
Alternatively, to blank out the title, use the `--notitle` option. This will simply remove the title from the TOC.