Skip to content

Commit 3e1cb52

Browse files
committed
typo
1 parent 6b6e783 commit 3e1cb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/csrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Note: This is the preferred method for allowing modification and writing of spec
152152
```python
153153
from plone.protect.utils import safeWrite
154154

155-
def some_fucntion(obj, request):
155+
def some_function(obj, request):
156156
safeWrite(obj, request)
157157
obj.foo = "bar" # modify obj
158158
```

0 commit comments

Comments
 (0)