Skip to content

Commit

Permalink
fix: broken anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Jan 10, 2024
1 parent 6c922ab commit c70163d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/class-click-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { voiceOver } from "@guidepup/guidepup";
**Contents:**

- [clickOptions.button](./class-click-options#click-options-button)
- [clickOptions.clickCount](./class-click-options#click-options-lick-count)
- [clickOptions.clickCount](./class-click-options#click-options-click-count)

## clickOptions.button {#click-options-button}

Expand Down
2 changes: 1 addition & 1 deletion docs/api/class-virtual.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe("Screen Reader Tests", () => {
- [virtual.stopInteracting()](./class-virtual#virtual-stop-interacting)
- [virtual.type(text)](./class-virtual#virtual-type)

## virtual.activeNode {#virtual-activeNode}
## virtual.activeNode {#virtual-active-node}

Getter for the active node under the Virtual Screen Reader cursor.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/guidepup.dev",
"version": "0.20.1",
"version": "0.20.2",
"description": "Documentation website for Guidepup.",
"author": "Craig Morten <craig.morten@hotmail.co.uk>",
"license": "MIT",
Expand Down

0 comments on commit c70163d

Please sign in to comment.