Skip to content

Commit c7aec60

Browse files
author
guyplusplus
committed
mini cleanup
1 parent 4fa7be4 commit c7aec60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ elasticsearch.ignoreVersionMismatch: true
107107

108108
## Creating the actual form (step 7) for your own usecase
109109

110-
The current plugin name is based on accounts test data. Simply perform a search replace in filenames and in the source code, respecting letter capitalization.
110+
The current plugin name is based on the accounts test data. Simply perform a search replace in filenames and in the source code, respecting letter capitalization.
111111

112112
The form itself is contained in the [controller file](https://github.com/guyplusplus/Kibana-Plugin-Custom-Form-Filter-Visualization/blob/master/vis_type_custom_form_filter_accounts/public/custom_form_filter_accounts_vis_controller.tsx) file. An [option tab](https://github.com/guyplusplus/Kibana-Plugin-Custom-Form-Filter-Visualization/blob/master/vis_type_custom_form_filter_accounts/public/custom_form_filter_accounts_options.tsx) is also possible, actually one or more.
113113

114114
The form code looks like this and is very simple to modify, based on EUI React components.
115-
* [Documentation](https://elastic.github.io/eui/#/)
116-
* [Source Code](https://github.com/elastic/eui)
115+
* [EUI Documentation](https://elastic.github.io/eui/#/)
116+
* [EUI GitHub repository](https://github.com/elastic/eui)
117117

118118
```
119119
<div>

0 commit comments

Comments
 (0)