Skip to content

Commit f73e6cd

Browse files
committed
misspelling
1 parent f26d686 commit f73e6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This will list courses from the same category as the course that it is executed
55

66
It returns a hyperlinked list of these courses containing a figure showing the course image, full name and shortname. If the course uses completions, a checkmark will be rendered if the unit has been completed by the user.
77

8-
It proxies the course hyperlink through a file called `open.php` which sets the url of page the filter was rendered on as `$SESSION->coursehome`, then redirects to the requested course homepage. You could author your theme or other similar plugin to access this session variable to create a link back to the page that rendered this unit list.
8+
It proxies the course hyperlink through a file called `open.php` which s1ets the url of page the filter was rendered on as `$SESSION->coursehome`, then redirects to the requested course homepage. You could author your theme or other similar plugin to access this session variable to create a link back to the page that rendered this unit list.
99

1010
### Sample output
1111

@@ -22,7 +22,7 @@ It proxies the course hyperlink through a file called `open.php` which sets the
2222

2323
### Sample coursehome renderer
2424

25-
![screenshot](screenshot.jpg)
25+
![screenshot](sreenshot.jpg)
2626

2727
Though not part of this plugins code explitly, you could use a function to render a link back to the `coursehome` value set by this plugin. There is some sample code over at https://gist.github.com/frumbert/221536dac8f65a5f853b939873dbba24
2828

0 commit comments

Comments
 (0)