Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting and syntax issues across documentation #1863

Merged
merged 7 commits into from
Feb 3, 2025

Conversation

PixelPil0t1
Copy link
Contributor

Changes Made

  1. services/reference/ipfs/http-api-methods/block_stat.md:
  • Key: "QmfQ5QAjvg4GtA3wg3adpnDJug8ktA1BxurVqBD8rtgVjM" -> "Key": "QmfQ5QAjvg4GtA3wg3adpnDJug8ktA1BxurVqBD8rtgVjM"
  • Size: 18 -> "Size": 18
    Reason: Added proper JSON formatting with quoted keys
  1. services/reference/ipfs/http-api-methods/get.md:
  • [_O_ptional] -> [_Optional]
    Reason: Fixed formatting of "Optional" keyword by removing unnecessary underscores
  1. services/reference/ipfs/quickstart.md:
  • endpoint + "api/v0/pin/rm" -> endpoint + "/api/v0/pin/rm"
    Reason: Added missing forward slash in API path
  1. JavaScript code examples:
  • const axios = require("axios); -> const axios = require("axios");
    Reason: Fixed missing closing quotation mark

These changes improve documentation formatting consistency and code example correctness for better developer experience.

@PixelPil0t1 PixelPil0t1 requested a review from a team as a code owner February 2, 2025 14:43
Copy link

vercel bot commented Feb 2, 2025

@PixelPil0t1 is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
metamask-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 9:31pm

@alexandratran alexandratran merged commit be4a532 into MetaMask:main Feb 3, 2025
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants