From 03d47b61ad8471bd68d15399db5c91e474a2da1b Mon Sep 17 00:00:00 2001 From: Ben Steel <70383237+b-steel@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:51:13 -0400 Subject: [PATCH] Update schemas.md add missing syntax highlighting --- docs/guides/basics/schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/basics/schemas.md b/docs/guides/basics/schemas.md index 2c50a9eff9..d89914561e 100644 --- a/docs/guides/basics/schemas.md +++ b/docs/guides/basics/schemas.md @@ -49,7 +49,7 @@ First we need to update the `src/services/users/users.schema.js` file with the s -```ts{2,17-18,34,44-54,82-86} +```ts{2,17-18,34,44-54,68,82-86} // For more information about this file see https://dove.feathersjs.com/guides/cli/service.schemas.html import crypto from 'crypto' import { resolve } from '@feathersjs/schema'