Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
banasa44 and heueristik authored Apr 18, 2024
1 parent b237e44 commit 6087092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prune-subgraph-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ! line_exists "sidebar_class_name: hidden" "docs/subgraph/reference-guide/obj
fi

# Add pagination_next/pagination_previous to gracefully skip the previous sidbar hidden pages, to hide them from the
# nex/previous page buttons at the bottom of the webpages
# next/previous page buttons at the bottom of the webpages
if ! line_exists "pagination_prev: subgraph/reference-guide/index" "docs/subgraph/reference-guide/enums/permission-operation.mdx"; then
sed -i '2s#^#pagination_prev: subgraph/reference-guide/index\n#' "docs/subgraph/reference-guide/enums/permission-operation.mdx"
fi
Expand Down

0 comments on commit 6087092

Please sign in to comment.