Skip to content

Commit 98199be

Browse files
committed
fix function name in docs
1 parent b7d6966 commit 98199be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/official-site/sqlpage/migrations/08_functions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ INSERT INTO sqlpage_functions (
264264
"description_md"
265265
)
266266
VALUES (
267-
'enviroment_variable',
267+
'environment_variable',
268268
'0.11.0',
269269
'variable',
270270
'Returns the value of the given [environment variable](https://en.wikipedia.org/wiki/Environment_variable).
@@ -285,7 +285,7 @@ INSERT INTO sqlpage_function_parameters (
285285
"type"
286286
)
287287
VALUES (
288-
'enviroment_variable',
288+
'environment_variable',
289289
1,
290290
'name',
291291
'The name of the environment variable to read. Must be a literal string.',

0 commit comments

Comments
 (0)