We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75c4e6 commit 7b00da2Copy full SHA for 7b00da2
guides/using-component-harnesses.md
@@ -88,7 +88,7 @@ it('should work', async () => {
88
89
Notice the example code uses `async` and `await` syntax. All component harness APIs are
90
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)
+[ES2017 `async`/`await` syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
92
with your tests.
93
94
The example above retrieves all button harnesses and uses an array index to get the harness for a
0 commit comments