Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #2096

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion participants/holgergp.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// if you have gluten free diet, please make backup plans.
"allergies": [],
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "For reasons and university: First thing I did was to tinker with the native Mozilla SOAP integration. Stayed nontheless.",
"whatIsMyConnectionToJavascript": "For reasons and university: First thing I did was to tinker with the native Mozilla SOAP integration. Stayed nonetheless.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "I can do sth about React Server Components, might do a session on youtubing/podcasting",
// if you want a T-Shirt we need your size and variant preference (optional)
Expand Down
2 changes: 1 addition & 1 deletion participants/oliver.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vegan": false,
"vegetarian": false,
"whatIsMyConnectionToJavascript": "I use JS in my professional life.",
"whatCanIContribute": "I can share my knowledge aroung testing react components, node, AWS",
"whatCanIContribute": "I can share my knowledge around testing react components, node, AWS",
"tShirtSize": "L",
"mastodon": "",
"linkedin": "",
Expand Down
2 changes: 1 addition & 1 deletion participants/stefan_spittank.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// IMPORTANT: we cannot guarantee that food for every diet will be available,
// if you have gluten free diet, please make backup plans.
// tell us a few words how JavaScript affects you (required)
"whatIsMyConnectionToJavascript": "I was a bit hesistant at first, but I am now fully bought.",
"whatIsMyConnectionToJavascript": "I was a bit hesitant at first, but I am now fully bought.",
// what can you contribute to the bar camp (required)
"whatCanIContribute": "I could contribute a session about the importance of UX. Also can report on my current next.js project with react server components, SSR and SSG.",
// if you want a T-Shirt we need your size and variant preference (optional)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
about what items are still open and how your company can benefit from sponsoring. Or go
directly to
<a href="https://github.com/orgs/jscraftcamp/projects/7" rel="external"
><strong>our Github Sponsorship Board</strong></a
><strong>our GitHub Sponsorship Board</strong></a
> and pick something.
</p>
</InfoBox>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/values/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
lead to consequences.
</p>
<ul>
<li>Harrass, intimidate or threaten anyone.</li>
<li>Harass, intimidate or threaten anyone.</li>
<li>Use sexualized language and content.</li>
<li>Make unwanted sexual advances. Assume it&#39;s unwanted as a default.</li>
<li>Insult or put down other participants.</li>
Expand Down Expand Up @@ -88,7 +88,7 @@
</PageLayout>

<style>
h2 {

Check warning on line 91 in src/routes/values/+page.svelte

View workflow job for this annotation

GitHub Actions / test

Unused CSS selector "h2"
margin: 2em 0 0 0;
}
</style>