diff --git a/src/pages/developing/web-components-tutorial/step-3.mdx b/src/pages/developing/web-components-tutorial/step-3.mdx index c6d0bd6c638..8be1a5f42c8 100644 --- a/src/pages/developing/web-components-tutorial/step-3.mdx +++ b/src/pages/developing/web-components-tutorial/step-3.mdx @@ -129,7 +129,7 @@ let data = []; Then add the function `fetchData` calling it immediately afterwards. -```javascript path=srepos.js +```javascript path=repos.js const fetchData = async () => { const res = await octokitClient.request('GET /orgs/{org}/repos', { org: 'carbon-design-system',