Skip to content

Commit 78aea22

Browse files
authored
Merge pull request #1934 from ember-learn/fix-linkto-title
Fix `<LinkTo />` in title
2 parents 4c6f476 + 38539d5 commit 78aea22

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

guides/release/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v1.10.0/testing/test-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
When it comes to running your tests there are multiple approaches that you can take depending on what best suits your workflow. Finding a low friction method of running your tests is important because it is something that you will be doing quite often.
22

3-
### <a name="browser"></a>The Browser
3+
### The Browser
44

55
The simplest way of running your tests is just opening a page in the browser. The following is how to put a test "harness" around your app with qunit so you can run tests against it:
66

guides/v3.15.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ With this code, we have established the following behaviors:
8181
full router transition (i.e. it won't call `model` hooks and
8282
`setupController`, etc.); it will only update the URL.
8383

84-
### <LinkTo /> component
84+
### `<LinkTo />` component
8585

8686
The `<LinkTo />` component supports specifying query params using the `@query`
8787
argument, along with the `{{hash}}` helper:

guides/v3.16.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.17.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.18.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.19.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.20.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.21.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

guides/v3.22.0/routing/query-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ With this code, we have established the following behaviors:
8484
full router transition (i.e. it won't call `model` hooks and
8585
`setupController`, etc.); it will only update the URL.
8686

87-
### <LinkTo /> component
87+
### `<LinkTo />` component
8888

8989
The `<LinkTo />` component supports specifying query params using the `@query`
9090
argument, along with the `{{hash}}` helper:

0 commit comments

Comments
 (0)