Skip to content

Commit 3e25671

Browse files
Small corrections
1 parent 6bf364a commit 3e25671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and execute `moin run`.::
9494
index/ # wiki indexes
9595
preview/ # text item backups are created when user clicks edit Preview button
9696
sql/ # sqlite database used for edit locking
97-
wiki-local/ # store custom CSS, Javascript, templates, logos, etc. here
97+
wiki_local/ # store custom CSS, Javascript, templates, logos, etc. here
9898
wikiconfig.py # main configuration file, modify this to add or change features
9999
intermap.txt # list of external wikis used in wikilinks: [[MeatBall:InterWiki]]
100100

src/moin/apps/frontend/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def ajaxdestroy(item_name, req="destroy"):
11201120
11211121
Incoming item_name not currently used, contains parent name of items to be deleted/destroyed or ''.
11221122
1123-
Jason response object includes these lists:
1123+
Json response object includes these lists:
11241124
- itemnames: list of item names and subnames successfully deleted/destroyed in url format
11251125
- messages: formatted success/fail message for each item processed
11261126
"""

0 commit comments

Comments
 (0)