summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/help/commands.asciidoc2
-rw-r--r--tests/end2end/features/tabs.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 3c6e3dd2d..bbe5a6f3d 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -720,7 +720,7 @@ Insert text at cursor position.
=== inspector
Toggle the web inspector.
-Note: Due a bug in Qt, the inspector will show incorrect request headers in the network tab.
+Note: Due to a bug in Qt, the inspector will show incorrect request headers in the network tab.
[[jseval]]
=== jseval
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature
index 18744b30f..49b9fc51b 100644
--- a/tests/end2end/features/tabs.feature
+++ b/tests/end2end/features/tabs.feature
@@ -1265,7 +1265,7 @@ Feature: Tab management
When I open data/numbers/1.txt
And I open data/numbers/2.txt in a new window
And I set tabs.tabs_are_windows to true
- And I run :tab-give 0/1
+ And I run :tab-give 0
Then the error "Can't give tabs when using windows as tabs" should be shown
# Other