From baac97fd9b890fb15daaec6c657d7cd4b5cf0a6f Mon Sep 17 00:00:00 2001 From: KHeo Date: Thu, 21 Nov 2019 09:29:58 +0900 Subject: [PATCH] Fix format error. --- source/api/commands/get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/commands/get.md b/source/api/commands/get.md index 0b74737da9..0069eab9c5 100644 --- a/source/api/commands/get.md +++ b/source/api/commands/get.md @@ -51,7 +51,7 @@ Pass in an options object to change the default behavior of `cy.get()`. | --------- | -------------------------------------------------------- | ---------------------------------- | | `log` | `true` | {% usage_options log %} | | `timeout` | {% url `defaultCommandTimeout` configuration#Timeouts %} | {% usage_options timeout cy.get %} | -| 'withinSubject' | null | {% usage_options withinSubject %} | +| `withinSubject` | null | {% usage_options withinSubject %} | ## Yields {% helper_icon yields %}