Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kosteman committed May 5, 2023
1 parent fd0ed10 commit 159b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-factory-doc/src/main/asciidoc/web_elements.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class YourPage extends {pn} {
----
Также можно переопределлит декоратор для всего проекта, для этого необходимо добавить следующий параметр в файл конфигурации application.properties
Также можно переопределить декоратор для всего проекта, для этого необходимо добавить следующий параметр в файл конфигурации application.properties
[source,]
----
plugins.html.decorator.fqcn = ru.sbtqa.tag.pagefactory2example.html.loader.MyCustomHtmlElementDecorator
Expand Down

0 comments on commit 159b0c8

Please sign in to comment.