Browse Source

docs: updates README.md

e22m4u 1 week ago
parent
commit
3b15f192db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -295,7 +295,7 @@ router.addPreHandler((ctx) => {
 router.defineRoute({
   method: HttpMethod.GET,
   path: '/',
-  meta: {foo: 'bar'}, // <= мета-данные
+  meta: {foo: 'bar'}, // <= метаданные
   handler(ctx) {
     return 'Hello World!';
   },