Skip to content

Commit

Permalink
Update src/pages/developing/web-components-tutorial/step-3.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ariella Gilmore <[email protected]>
  • Loading branch information
lee-chase and ariellalgilmore authored Nov 19, 2024
1 parent b758a79 commit 2842b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/web-components-tutorial/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2842b0c

Please sign in to comment.