Skip to content

Commit f180b70

Browse files
authored
Merge pull request #1326 from hribeiruporto/patch-1
Fix typo in code example
2 parents e484f5e + 797e35d commit f180b70

File tree

5 files changed

+5
-5
lines changed
  • docs/apis/subsystems/files
  • versioned_docs
    • version-4.1/apis/subsystems/files
    • version-4.3/apis/subsystems/files
    • version-4.4/apis/subsystems/files
    • version-4.5/apis/subsystems/files

5 files changed

+5
-5
lines changed

docs/apis/subsystems/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116
function [component_name]_pluginfile(
117117
$course,
118118
$cm,
119-
$context.
119+
$context,
120120
string $filearea,
121121
array $args,
122122
bool $forcedownload,

versioned_docs/version-4.1/apis/subsystems/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116
function [component_name]_pluginfile(
117117
$course,
118118
$cm,
119-
$context.
119+
$context,
120120
string $filearea,
121121
array $args,
122122
bool $forcedownload,

versioned_docs/version-4.3/apis/subsystems/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116
function [component_name]_pluginfile(
117117
$course,
118118
$cm,
119-
$context.
119+
$context,
120120
string $filearea,
121121
array $args,
122122
bool $forcedownload,

versioned_docs/version-4.4/apis/subsystems/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116
function [component_name]_pluginfile(
117117
$course,
118118
$cm,
119-
$context.
119+
$context,
120120
string $filearea,
121121
array $args,
122122
bool $forcedownload,

versioned_docs/version-4.5/apis/subsystems/files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116
function [component_name]_pluginfile(
117117
$course,
118118
$cm,
119-
$context.
119+
$context,
120120
string $filearea,
121121
array $args,
122122
bool $forcedownload,

0 commit comments

Comments
 (0)