Skip to content

Commit

Permalink
Try adding link to types
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 8, 2021
1 parent 0861cbe commit 25094cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/80-adapter-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Adapters must implement the following API:
* @param {AdapterSpecificOptions} options
*/
export default function () {
/** @type {import('@sveltejs/kit').Adapter} */
/** @type {[import('@sveltejs/kit').Adapter](https://github.com/sveltejs/kit/blob/master/packages/kit/types/config.d.ts)} */
return {
name: '',
async adapt({ utils, config }) {
Expand Down

0 comments on commit 25094cd

Please sign in to comment.