Skip to content

Commit

Permalink
doc:remove s to processs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuLivebardon authored and valentinMachado committed Sep 12, 2023
1 parent 218b6d5 commit fe55960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/backEnd.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file Sets up an Express backend server for examples, serving static files,
* replacing HTML strings, and enabling a game socket service.
* The behavior adapts based on the environment mode (NODE_ENV) inject in processs.env with cross-env package.
* The behavior adapts based on the environment mode (NODE_ENV) inject in process.env with cross-env package.
* See {@link https://nodejs.org/api/process.html#processenv-env}, {@link https://www.npmjs.com/package/cross-env}
*
* requires {@link https://www.npmjs.com/package/@ud-viz/node}
Expand Down

0 comments on commit fe55960

Please sign in to comment.