Skip to content

Commit 89af6d0

Browse files
Updated asciidoc
1 parent 5a928da commit 89af6d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runners/wikiEditor/templates/changeFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Open the editor and choose in the file context menu in the top left corner *Open
1111
Based on your operating system a window with the file explorer opens. You have to navigate to <%= fileName; %> and select it. Select the right folder manually by selecting the folders from the path `<%= filePath; %>` and select the file `<%= fileName; %>`.
1212
You confirm this with the *Open* button in the bottom right corner <%= fileName; %> will be opened in a new editor window.
1313

14-
Select the following text and copy it with a right-click and the copy function or the keyboard shortcut crtl+c.
14+
Copy the following text.
1515
[source, <%= fileType; %>]
1616
----
1717
<%= content; %>
@@ -21,4 +21,4 @@ Select the following text and copy it with a right-click and the copy function o
2121
<% if(lineNumber) { %>Insert the content into the line *<%= lineNumber%>* in the opened <%= fileName; %>. Not every editor provides line numbers, if they are missing you have to count the numbers yourself.
2222
<%}else if(placeholder) {%>To replace the content with a specific placeholder you have to locate the placeholder in the file. The fastest way is to search through the opened file and replace *<%= placeholder; %>* with the new content.
2323
<% }else{ %>Now insert the copied text into the opened <%= fileName; %>. <% } %>
24-
The final step is to save the file by selecting *Save* in the file context menu or by using the keyboard shortcut ctrl+s and <%= fileName; %> has been changed.
24+
The final step is to save the file by selecting *Save* in the file context menu or by using the keyboard shortcut ctrl+s and <%= fileName; %> has been changed.

0 commit comments

Comments
 (0)