From 997c368cd6609a281a53b72f4f76c5b574048f62 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Tue, 30 Jul 2024 22:18:15 -0400 Subject: [PATCH] fix syntax highlighting language (#1261) --- www/pages/plugins/adapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/plugins/adapter.md b/www/pages/plugins/adapter.md index 2466bf7a4..ebd0b8a31 100644 --- a/www/pages/plugins/adapter.md +++ b/www/pages/plugins/adapter.md @@ -37,7 +37,7 @@ export { ## Build Output To provide a starting point, let's look at how Greenwood builds and outputs SSR pages and API routes. Given this project structure -```sh +```shell src/ api/ greeting.js