Skip to content

Commit 7b00da2

Browse files
authored
docs(guide/using-component-harnesses): fix typo "synax" to "syntax" (#20518)
1 parent e75c4e6 commit 7b00da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/using-component-harnesses.md

+1-1
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)