From 06c9400bcac1b696eb5c4f2787734ab7038cef3e Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 9 May 2018 22:59:45 +0100 Subject: [PATCH] Update plugins.md --- docs/guides/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/plugins.md b/docs/guides/plugins.md index db320c4..089e2e7 100644 --- a/docs/guides/plugins.md +++ b/docs/guides/plugins.md @@ -18,7 +18,7 @@ import customGrammarParser from "./parser"; export function use( session, options ) { // Replace the grammar parser - config.parser = customGrammarParser; + session.parser = customGrammarParser; // always output the source options.output = "source";