Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-aws

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-aws

AWS dictionary for cspell.

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is @cspell/dict-aws?

@cspell/dict-aws is a dictionary extension for the CSpell spell checker that includes AWS-specific terms. This package helps developers ensure that AWS-related terminology is correctly spelled in their documentation, code comments, and other text files.

What are @cspell/dict-aws's main functionalities?

AWS-specific dictionary

This feature allows you to add AWS-specific terms to the CSpell spell checker, ensuring that AWS-related terminology is recognized and correctly spelled.

const cspell = require('cspell');
cspell.addDictionary('aws');

Integration with CSpell

This feature demonstrates how to integrate the AWS dictionary with CSpell to check a text for spelling errors, including AWS-specific terms.

const cspell = require('cspell');
cspell.addDictionary('aws');
const text = 'Deploying to AWS using CloudFormation.';
const spellingErrors = cspell.checkText(text);
console.log(spellingErrors);

Other packages similar to @cspell/dict-aws

Keywords

FAQs

Package last updated on 09 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc