Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 3, 2024
1 parent 8437bd2 commit d0640f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/framework-integrations/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default function UppyDashboard() {
}
```

[`@tus/server`][] does not support remix resource routes yet, which is based on
the fetch `Request` API instead of `http.IncomingMessage` and
[`@tus/server`][tus Node.js] does not support remix resource routes yet, which
is based on the fetch `Request` API instead of `http.IncomingMessage` and
`http.ServerResponse`.

However we can workaround it by using a custom server, which is a common pattern
Expand All @@ -72,12 +72,12 @@ account and a

:::

Transloadit's strength is versatility. By doing video, audio, images, documents,
Transloadits strength is versatility. By doing video, audio, images, documents,
and more, you only need one vendor for [all your file processing
needs][transloadit-services]. The [`@uppy/transloadit`](/docs/transloadit)
plugin directly uploads to Transloadit so you only have to worry about creating
a [template][transloadit-concepts]. It uses [Tus](#tus) under the hood so you
don't have to sacrifice reliable, resumable uploads for convenience.
dont have to sacrifice reliable, resumable uploads for convenience.

When you go to production always make sure to set the `signature`. **Not using
[Signature Authentication](https://transloadit.com/docs/topics/signature-authentication/)
Expand Down

0 comments on commit d0640f8

Please sign in to comment.