chore: fix typos (#50)

This commit is contained in:
Noah Citron 2022-09-22 20:41:17 -07:00 committed by GitHub
parent 5b55c1b35e
commit e2eb7a731a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ impl Rpc {
let (handle, addr) = start(rpc_inner).await?;
self.handle = Some(handle);
info!("rpc server strated at {}", addr);
info!("rpc server started at {}", addr);
Ok(addr)
}

View File

@ -44,5 +44,5 @@ if [[ ":$PATH:" != *":${BIN_DIR}:"* ]]; then
echo >> $PROFILE && echo "export PATH=\"\$PATH:$BIN_DIR\"" >> $PROFILE
fi
echo && echo "Detected your preferred shell is ${PREF_SHELL} and added foundryup to PATH. Run 'source ${PROFILE}' or start a new terminal session to use $INSTALLER_NAME."
echo && echo "Detected your preferred shell is ${PREF_SHELL} and added ${INSTALLER_NAME} to PATH. Run 'source ${PROFILE}' or start a new terminal session to use $INSTALLER_NAME."
echo "Then, simply run '$INSTALLER_NAME' to install $NAME."