Skip to content

Commit 355976e

Browse files
committed
Fix whitespace and apostrphe issue
1 parent 1e1e298 commit 355976e

File tree

1 file changed

+2
-2
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+2
-2
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ const ScriptScreen = () => {
9191
1. Create a .js file with the following script
9292
</Body>
9393
<Body className={sectionInstructionStyles}>
94-
In the directory that you created, create a file
95-
named mockdatascript.js (or any name youd like).
94+
In the directory that you created, create a file named
95+
mockdatascript.js (or any name you&apos;d like).
9696
</Body>
9797
{/* TODO: Fill in with real code */}
9898
<Code copyable language={Language.JavaScript}>

0 commit comments

Comments
 (0)