NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
117 stars 85 forks source link

Fixed a confusing typo that definitely trips up an average user #243

Closed mcmoodoo closed 1 month ago

mcmoodoo commented 2 months ago

Issue(s):

Description

This typo throws off an average user reading the documenation and trying to deploy a contract after declaring it.

Checklist