Skip to content

Commit eef59ff

Browse files
davlasryandrewseguin
authored andcommitted
docs(guide/using-component-harnesses): fix typo "synax" to "syntax" (#20518)
(cherry picked from commit 7b00da2)
1 parent 947ffe8 commit eef59ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/using-component-harnesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ it('should work', async () => {
8888
8989
Notice the example code uses `async` and `await` syntax. All component harness APIs are
9090
asynchronous and return `Promise` objects. Because of this, the Angular team recommends using the
91-
[ES2017 `async`/`await` synax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
91+
[ES2017 `async`/`await` syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
9292
with your tests.
9393
9494
The example above retrieves all button harnesses and uses an array index to get the harness for a

0 commit comments

Comments
 (0)