Skip to content

Commit 797e35d

Browse files
hribeiruportosarjona
authored andcommitted
Fix typo in code example
1 parent 449f0d4 commit 797e35d

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)