Skip to content

Commit 39b4c18

Browse files
chore(docs): Remove typo in Script guide (#35826)
Co-authored-by: LekoArts <[email protected]>
1 parent f520e59 commit 39b4c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/built-in-components/gatsby-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ Here is an example using the callbacks:
281281
```jsx
282282
<Script
283283
src="https://my-example-script"
284-
onLoad={() => console.log('success') )}
285-
onError={() => console.log('sadness') )}
284+
onLoad={() => console.log("success")}
285+
onError={() => console.log("sadness")}
286286
/>
287287
```
288288

0 commit comments

Comments
 (0)