Skip to content

Commit

Permalink
[docs] Remove extraneous backslash (#99802) (#99804)
Browse files Browse the repository at this point in the history
Co-authored-by: Domenico Andreoli <[email protected]>
  • Loading branch information
kibanamachine and cavokz authored May 11, 2021
1 parent 164b428 commit 7629570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function (/* { providerAPI } */) {
-----------

**Services**:::
Services are named singleton values produced by a Service Provider. Tests and other services can retrieve service instances by asking for them by name. All functionality except the mocha API is exposed via services.\
Services are named singleton values produced by a Service Provider. Tests and other services can retrieve service instances by asking for them by name. All functionality except the mocha API is exposed via services.

**Page objects**:::
Page objects are a special type of service that encapsulate behaviors common to a particular page or plugin. When you write your own plugin, you’ll likely want to add a page object (or several) that describes the common interactions your tests need to execute.
Expand Down

0 comments on commit 7629570

Please sign in to comment.