Skip to content

Commit

Permalink
add to cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Jul 6, 2022
1 parent 4a56641 commit 9f3df00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,7 @@
"presigned",
"PreSignUp",
"prev",
"printLn",
"ProcessLifeCycle",
"programmatically",
"Project.team",
Expand Down
1 change: 0 additions & 1 deletion src/fragments/lib/ssr/js/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ async function handleCreatePost(event) {
}

export default function Home({ posts = [] }) {
console.log(posts);
return (
<div className={styles.container}>
<Head>
Expand Down

0 comments on commit 9f3df00

Please sign in to comment.