[docs] Remove extraneous backslash (#99802)

This commit is contained in:
Domenico Andreoli 2021-05-11 15:56:16 +00:00 committed by GitHub
parent 5dbc73f1b4
commit c80713ea50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, youll likely want to add a page object (or several) that describes the common interactions your tests need to execute.