We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6e783 commit 3e1cb52Copy full SHA for 3e1cb52
docs/classic-ui/csrf.md
@@ -152,7 +152,7 @@ Note: This is the preferred method for allowing modification and writing of spec
152
```python
153
from plone.protect.utils import safeWrite
154
155
-def some_fucntion(obj, request):
+def some_function(obj, request):
156
safeWrite(obj, request)
157
obj.foo = "bar" # modify obj
158
```
0 commit comments