From 155da69dde243e18bd545f22c19e9ce77a4d1884 Mon Sep 17 00:00:00 2001 From: basher Date: Thu, 28 Mar 2024 14:58:39 +0000 Subject: [PATCH] mdx typos --- ui/stories/5. Components/Ajax/Ajax.mdx | 2 +- .../WebDisclosure/WebDisclosure.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/stories/5. Components/Ajax/Ajax.mdx b/ui/stories/5. Components/Ajax/Ajax.mdx index ec1add3..0a1e3f6 100644 --- a/ui/stories/5. Components/Ajax/Ajax.mdx +++ b/ui/stories/5. Components/Ajax/Ajax.mdx @@ -15,7 +15,7 @@ import * as Ajax from './Ajax.stories'; ## Ajax loading spinner - This is example HTML markup for the spinner. -- In actual Ajax requests, the HTML for the spinner is programatically generated via JavaScript in `javascript/utils/ajax-helpers.ts`. +- In actual Ajax requests, the HTML for the spinner is programatically generated via JavaScript in `src/javascript/utils/ajax-helpers.ts`. diff --git a/ui/stories/6. Web Components Or Custom Elements/WebDisclosure/WebDisclosure.mdx b/ui/stories/6. Web Components Or Custom Elements/WebDisclosure/WebDisclosure.mdx index 8ef8b5a..47bbb8d 100644 --- a/ui/stories/6. Web Components Or Custom Elements/WebDisclosure/WebDisclosure.mdx +++ b/ui/stories/6. Web Components Or Custom Elements/WebDisclosure/WebDisclosure.mdx @@ -6,7 +6,7 @@ import * as WebDisclosure from './WebDisclosure.stories'; # `` - This is functionally equivalent to the [disclosure](/story/components-disclosure--disclosure) component, with the same accessibility considerations. - The attributes that bind clicking the `ESC` key and clicking outside are renamed to `bind-escape-key` and `bind-click-outside`. -- To maintain the [DRY code](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) approach in this boilerplate, the JavaScript logic to handle showing/hiding of content is imported from an external shared utility function in `javascript/utils/disclosure.ts`. +- To maintain the [DRY code](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) approach in this boilerplate, the JavaScript logic to handle showing/hiding of content is imported from an external shared utility function in `src/javascript/utils/disclosure.ts`.