Skip to content

Commit 4cfda68

Browse files
authored
[rb] Update safari technological review example (#1799)
Update safari technological review example Co-authored-by: aguspe <agustin.pe94@gmail.com>
1 parent 049f048 commit 4cfda68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/browsers/safari.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Apple provides a development version of their browser — [Safari Technology Pre
102102
{{< badge-code >}}
103103
{{< /tab >}}
104104
{{< tab header="Ruby" >}}
105-
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L36-L37" >}}
105+
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L38-L39" >}}
106106
{{< /tab >}}
107107
{{< tab header="JavaScript" >}}
108108
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To use this version in your code:
102102
{{< badge-code >}}
103103
{{< /tab >}}
104104
{{< tab header="Ruby" >}}
105-
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L36-L37" >}}
105+
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L38-L39" >}}
106106
{{< /tab >}}
107107
{{< tab header="JavaScript" >}}
108108
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To use this version in your code:
102102
{{< badge-code >}}
103103
{{< /tab >}}
104104
{{< tab header="Ruby" >}}
105-
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L36-L37" >}}
105+
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L38-L39" >}}
106106
{{< /tab >}}
107107
{{< tab header="JavaScript" >}}
108108
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Apple 提供了其浏览器的开发版本 — [Safari Technology Preview](https
106106
{{< badge-code >}}
107107
{{< /tab >}}
108108
{{< tab header="Ruby" >}}
109-
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L36-L37" >}}
109+
{{< gh-codeblock path="examples/ruby/spec/browsers/safari_spec.rb#L38-L39" >}}
110110
{{< /tab >}}
111111
{{< tab header="JavaScript" >}}
112112
{{< badge-code >}}

0 commit comments

Comments
 (0)