Skip to content

Commit 39aa34d

Browse files
author
Dominic Bachmann
authored
Fixed small typo (SeleniumHQ#1482)
* Fixed small typo I fixed a small typo in NodeDocker/config.toml * Fixed further occurrences of the imagee typo [skip ci]
1 parent b44f057 commit 39aa34d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NodeDocker/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configs = [
1313
# To have Docker listening through tcp on macOS, install socat and run the following command
1414
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515
url = "http://host.docker.internal:2375"
16-
# Docker imagee used for video recording
16+
# Docker image used for video recording
1717
video-image = "selenium/video:ffmpeg-4.3.1-20220121"
1818

1919
# Uncomment the following section if you are running the node on a separate VM

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ configs = [
248248
# To have Docker listening through tcp on macOS, install socat and run the following command
249249
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
250250
url = "http://host.docker.internal:2375"
251-
# Docker imagee used for video recording
251+
# Docker image used for video recording
252252
video-image = "selenium/video:ffmpeg-4.3.1-20220121"
253253

254254
# Uncomment the following section if you are running the node on a separate VM
@@ -328,7 +328,7 @@ configs = [
328328
# To have Docker listening through tcp on macOS, install socat and run the following command
329329
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
330330
url = "http://host.docker.internal:2375"
331-
# Docker imagee used for video recording
331+
# Docker image used for video recording
332332
video-image = "selenium/video:ffmpeg-4.3.1-20220121"
333333

334334
# Uncomment the following section if you are running the node on a separate VM

StandaloneDocker/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configs = [
1313
# To have Docker listening through tcp on macOS, install socat and run the following command
1414
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515
url = "http://host.docker.internal:2375"
16-
# Docker imagee used for video recording
16+
# Docker image used for video recording
1717
video-image = "selenium/video:ffmpeg-4.3.1-20220121"
1818

1919
# Uncomment the following section if you are running the node on a separate VM

0 commit comments

Comments
 (0)