Skip to content

Commit 6231651

Browse files
mlopezFCpaodb
authored andcommitted
docs: add missing backtics
1 parent 3593033 commit 6231651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Extended Login Add-on is written by Flowing Code S.A.
8383

8484
### Using the ExtendedLoginOverlay
8585

86-
Just create it in the same way that you would do with original LoginOverlay, but you can call new methods for replacing content:
86+
Just create it in the same way that you would do with original `LoginOverlay`, but you can call new methods for replacing content:
8787

8888
ExtendedLoginOverlay elo = new ExtendedLoginOverlay();
8989
elo.replaceFormComponents(new TextField("Test", "test"), new ComboBox<String>("Test2"), new Button("Test3"));
@@ -94,7 +94,7 @@ Just create it in the same way that you would do with original LoginOverlay, but
9494

9595
### Using the LoginLayout
9696

97-
The LoginLayout is like a regular RouterLayout that can be extended and then used in your views that you would like to have the same layout as the LoginOverlay. All the content will be inside the vaadin-login-form-wrapper. It also provides the same replace methods as the ExtendedLoginOverlay
97+
The `LoginLayout` is like a regular `RouterLayout` that can be extended and then used in your views that you would like to have the same layout as the `LoginOverlay`. All the content will be inside the `vaadin-login-form-wrapper`. It also provides the same replace methods as the `ExtendedLoginOverlay`
9898

9999
## Special configuration when using Spring
100100

0 commit comments

Comments
 (0)