From 9ff566212e392033db9477ef3fb72649499bb684 Mon Sep 17 00:00:00 2001 From: KENTARO OKUDA Date: Wed, 29 Apr 2020 16:00:52 -0400 Subject: Fix Typos on features.md --- docs/user/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/user/features.md b/docs/user/features.md index 56d2969fd..b9a365fc1 100644 --- a/docs/user/features.md +++ b/docs/user/features.md @@ -140,8 +140,8 @@ space or `;` depending on the return type of the function. When completing a function call, `()` are automatically inserted. If a function takes arguments, the cursor is positioned inside the parenthesis. -There are postifx completions, which can be triggerd by typing something like -`foo().if`. The word after `.` determines postifx completion. Possible variants are: +There are postfix completions, which can be triggered by typing something like +`foo().if`. The word after `.` determines postfix completion. Possible variants are: - `expr.if` -> `if expr {}` - `expr.match` -> `match expr {}` -- cgit v1.2.3