Skip to content

Commit

Permalink
Merge pull request #45 from needhamgary/main
Browse files Browse the repository at this point in the history
Fix: fix some files
  • Loading branch information
jacoobes authored Sep 24, 2023
2 parents f2388eb + 1b49dc8 commit 828471e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The link you visited is may be broken or invalid.</p>
<p>The link you visited may be broken or invalid.</p>
<div class="button">
<h2>
<a href="http://sern-handler.js.org" title="Back to home" style="color: #444;">Back to homepage</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Is there a [service](../guide/walkthrough/services) that is required at the top
- Create an ES6 script anywhere:

```ts title="scripts/prerequire.mjs"
import { makeDependencies, single } from '@sern/handler'
import { makeDependencies, single, Service } from '@sern/handler'
import { Client } from 'discord.js'

await makeDependencies({
Expand Down

0 comments on commit 828471e

Please sign in to comment.