Skip to content

Commit 4cfbcdf

Browse files
seanmangarlicitdev
andauthored
Fix typo (#424)
* Fix typo and add clearer info Fix typo and be more specific about where API endpoint can be accessed * Update content/guides/09.extensions/2.api-extensions/2.endpoints.md --------- Co-authored-by: ian <licitdev@gmail.com>
1 parent 9d5c9d4 commit 4cfbcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/09.extensions/2.api-extensions/2.endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alternatively, you can export a configuration object to be able to customize the
2525
```js
2626
export default {
2727
id: 'greet',
28-
handler: (router, countext) => {
28+
handler: (router, context) => {
2929
router.get('/', (req, res) => res.send('Hello, World!'));
3030
router.get('/intro', (req, res) => res.send('Nice to meet you.'));
3131
router.get('/goodbye', (req, res) => res.send('Goodbye!'));

0 commit comments

Comments
 (0)