aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-01-30 00:15:22 +0100
committerGitHub <noreply@github.com>2022-01-29 23:15:22 +0000
commit4a96e7809f4d9f6ce21869817eb95ff6dcaa1693 (patch)
tree9d7dbc65b9c31bc332531fe14236f5023e199d1f /runtime/doc/testing.txt
parentd7d015ffff1b6c796f9a03f9a7ec914fe5909ee8 (diff)
downloadrneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.gz
rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.tar.bz2
rneovim-4a96e7809f4d9f6ce21869817eb95ff6dcaa1693.zip
chore: typo fixes (#16921)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r--runtime/doc/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 8ec66d26a4..4e4a908d0f 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -12,7 +12,7 @@ and for testing plugins.
1. Testing Vim |testing|
2. Test functions |test-functions-details|
-3. Assert funtions |assert-functions-details|
+3. Assert functions |assert-functions-details|
==============================================================================
1. Testing Vim *testing*