Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cbde9ed

Browse filesBrowse files
gkalpakAndrewKushnir
authored andcommitted
docs: fix a couple of random typos (#43878)
PR Close #43878
1 parent dc6909a commit cbde9ed
Copy full SHA for cbde9ed

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎aio/content/guide/reusable-animations.md

Copy file name to clipboardExpand all lines: aio/content/guide/reusable-animations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before continuing with this topic, you should be familiar with the following:
1111

1212
## Creating reusable animations
1313

14-
To create a reusable animation, use the <code>[animation](api/animations/animation)()</code> function to define an animation in a separate `.ts` file and declare this animation definition as a `const` export variable. You can then import and reuse this animation in any of your application components using the <code>[useAnimation](api/animations/useAnimation)</a>()</code> function.
14+
To create a reusable animation, use the <code>[animation](api/animations/animation)()</code> function to define an animation in a separate `.ts` file and declare this animation definition as a `const` export variable. You can then import and reuse this animation in any of your application components using the <code>[useAnimation](api/animations/useAnimation)()</code> function.
1515

1616
<code-example path="animations/src/app/animations.1.ts" header="src/app/animations.ts" region="animation-const" language="typescript"></code-example>
1717

‎packages/elements/src/create-custom-element.ts

Copy file name to clipboardExpand all lines: packages/elements/src/create-custom-element.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ export function createCustomElement<P>(
184184
override connectedCallback(): void {
185185
// For historical reasons, some strategies may not have initialized the `events` property
186186
// until after `connect()` is run. Subscribe to `events` if it is available before running
187-
// `connect()` (in order to capture events emitted suring inittialization), otherwise
188-
// subscribe afterwards.
187+
// `connect()` (in order to capture events emitted during initialization), otherwise subscribe
188+
// afterwards.
189189
//
190190
// TODO: Consider deprecating/removing the post-connect subscription in a future major version
191191
// (e.g. v11).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.